summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-08-24 17:06:03 -0400
committercyfraeviolae <cyfraeviolae>2022-08-24 17:06:03 -0400
commit4e490b497331a8cbe2d040a34b23894edd15acf1 (patch)
tree2f897aa623bc6f301d12d7e6e964a6153d143813 /static/styles.css
parent25b0404a49f4cceb54ff67cdfcc832b54a6a979b (diff)
pls fix
Diffstat (limited to 'static/styles.css')
-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;
}