summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles.css37
1 files changed, 31 insertions, 6 deletions
diff --git a/static/styles.css b/static/styles.css
index e5d471f..83ea480 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -33,9 +33,9 @@ body {
background: #fffaef;
color: DarkSlateGrey;
font-family: Charter, serif;
- font-size: 18px;
+ font-size: 16px;
text-align: center;
- line-height: 1;
+ line-height: 1.2;
}
.container {
@@ -43,15 +43,22 @@ body {
text-align: left;
display: inline-block;
margin: 1em;
+ min-width: 40%;
}
@media only screen and (min-width: 700px) {
.container {
- margin-top: 10%;
border: 1px DarkSlateGrey dotted;
border-radius: 4px;
box-shadow: 4px 4px 0px DarkSlateGrey;
padding: 2em;
+ max-width: 40em;
+ }
+}
+
+@media only screen and (min-height: 650px) {
+ .container {
+ margin-top: 10%;
}
}
@@ -69,13 +76,31 @@ a:hover {
color: #dd1b26;
}
-
.header {
font-style: italic;
}
-.title {
+.top-title {
font-size: x-large;
font-weight: bold;
- letter-spacing: -0.5px;
+ letter-spacing: -1px;
+}
+
+.home {
+ font-style: italic;
+ font-size: 18px;
+ letter-spacing: -1.2px;
+}
+
+.home-link {
+}
+
+.title {
+ font-weight: bold;
+ text-transform: uppercase;
+}
+
+.sep {
+ margin-left: 6px;
+ margin-right: 6px;
}