diff options
author | Alex Scerba <alex@scerba.org> | 2024-01-18 13:24:58 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:20:00 -0400 |
commit | 410e6a15f4a9231000a5bb32951fc1136b7a1f71 (patch) | |
tree | 17d8db4f0603d09b85eb499db4a1b25adedd3e7f /static | |
parent | 770c4dc5470f4f71bbecbb91d798e30d1d7cb79b (diff) |
Fix missing tags and indent paragraphs in projcets.
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 69765ba..3809d9f 100644 --- a/static/style.css +++ b/static/style.css @@ -162,6 +162,10 @@ a:hover:not(.thumbnail) { border-top: .12rem solid rgb(196, 196, 196);
}
+.projectContent p {
+ margin-left: 1.5rem;
+}
+
.footer-logo {
filter: invert(100%);
height: 1rem;
|