summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-07-29 16:11:54 +0200
committerpdp8 <pdp8@pdp8.info>2024-07-29 16:11:54 +0200
commit6ab3d7e33e7b09158b2ccda67c9124e4471a3425 (patch)
tree3891e587d0d20be1e55ee4a055b672aa10407b39 /html/style.css
parentcd53a2fe5fc8baf9750fbd2d9b0b4c855d8694a7 (diff)
section, footer instead of divs
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/html/style.css b/html/style.css
index 7cce6d1..88449c4 100644
--- a/html/style.css
+++ b/html/style.css
@@ -90,8 +90,8 @@ iframe {
border: none;
}
-.post {
- /* margin: 1em 2em; */
+footer {
+ margin-top: 3em
}
.gallery {
@@ -127,7 +127,3 @@ iframe {
font-weight: bold;
font-size: 3em;
}
-
-.license {
- margin-top: 3em
-} \ No newline at end of file