summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-07-29 16:12:21 +0200
committerpdp8 <pdp8@pdp8.info>2024-07-29 16:12:21 +0200
commit4750d701feb3f3603df92638c89a79d9de62fa4d (patch)
tree0d03cd728ef44678107437e3bc0021fcde90a788 /style.css
parent2424950d8b1e4c182a2c68c87c28a7663c5a7509 (diff)
section, footer instead of divs
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/style.css b/style.css
index 7cce6d1..88449c4 100644
--- a/style.css
+++ b/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