diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/404/index.html | 2 | ||||
| -rw-r--r-- | public/index.html | 2 | ||||
| -rw-r--r-- | public/styles.css | 9 |
3 files changed, 11 insertions, 2 deletions
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 @@ </section> </article> <footer> - <span>©2023 kjhoerr@https://submelon.dev/:wD.c.o.a.x-0</span> + <span>©2023 kjhoerr@https://submelon.dev/:wD.c.o.a.K-0</span> </footer> </main> </body> 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 @@ </section> </article> <footer> - <span>©2023 kjhoerr@https://submelon.dev/:wD.c.o.a.x-0</span> + <span>©2023 kjhoerr@https://submelon.dev/:wD.c.o.a.K-0</span> </footer> </main> </body> 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; |
