From 813e1c5ef4f94b23d193bd812c51b7e7dc89ce2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 Dec 2023 10:46:19 +0000 Subject: chore: autopublish 2023-12-24T10:46:19Z --- public/404/index.html | 2 +- public/index.html | 2 +- public/styles.css | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/404/index.html b/public/404/index.html index c21ed95..6add6bd 100644 --- a/public/404/index.html +++ b/public/404/index.html @@ -37,7 +37,7 @@ diff --git a/public/index.html b/public/index.html index 0c3906f..a3f10fc 100644 --- a/public/index.html +++ b/public/index.html @@ -61,7 +61,7 @@ diff --git a/public/styles.css b/public/styles.css index 38d1df0..a9aa9d5 100644 --- a/public/styles.css +++ b/public/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; -- cgit