summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/static/styles.css b/static/styles.css
index e0ffbc1..a3c5eac 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -94,7 +94,7 @@ a:hover {
.title {
font-style: italic;
- font-size: x-large;
+ font-size: 180%;
font-weight: bold;
color: #dd1b26;
}
@@ -102,14 +102,18 @@ a:hover {
.subtitle {
font-weight: bold;
font-size: large;
- margin-bottom: -5px;
+ margin-bottom: -.3em;
}
.category {
font-size: large;
font-style: italic;
- margin-bottom: -5px;
- margin-top: 25px;
+ margin-bottom: -.3em;
+ margin-top: 1.3em;
+}
+
+.work {
+ margin-left: 1em;
}
.work-title {
@@ -117,6 +121,7 @@ a:hover {
}
.contact {
+ margin-top: .5em;
font-style: italic;
font-size: small;
}