aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 10:45:39 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 10:45:39 +0000
commite2a2b87f78205bcc09d74fb15b0c2b71c75af477 (patch)
tree3532f60d21cb06349b517f528d7c9bac99a9f1d5 /src
parentd64dbdec6b8424999968b932dac009c3cc34f4f6 (diff)
downloadsubmelon.dev-e2a2b87f78205bcc09d74fb15b0c2b71c75af477.tar.gz
submelon.dev-e2a2b87f78205bcc09d74fb15b0c2b71c75af477.tar.bz2
submelon.dev-e2a2b87f78205bcc09d74fb15b0c2b71c75af477.zip
Round the edges like it do
Diffstat (limited to 'src')
-rw-r--r--src/static/styles.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/styles.css b/src/static/styles.css
index 38d1df0..a9aa9d5 100644
--- a/src/static/styles.css
+++ b/src/static/styles.css
@@ -143,6 +143,15 @@ section:last-child > a {
border-bottom-right-radius: 18px;
}
+section:first-child {
+ border-top-left-radius: 18px;
+ border-top-right-radius: 18px;
+}
+
+section:first-child + picture {
+ border-radius: 0px;
+}
+
footer {
width: 100%;
position: fixed;