From 233775b5607dc152e9d49709b148dbc28421583f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Tue, 10 Dec 2024 19:35:41 +0100 Subject: [PATCH] added interest and code cleanup --- index.html | 19 ++++++++----------- style.css | 3 +++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 784f073..4d9d692 100644 --- a/index.html +++ b/index.html @@ -3,19 +3,14 @@ Elias Müller + - + - - + +
@@ -44,15 +39,16 @@
  • mhsl.eu
  • Gitea
  • GitHub
  • -
  • TeamSpeak
  • +
  • TeamSpeak
  • -

    Erfahrungen

    +

    Erfahrungen mit


    +
    @@ -66,6 +62,7 @@ +
    diff --git a/style.css b/style.css index ee2c0ef..b59225e 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,9 @@ body { margin: 0; height: 100vh; width: 100vw; + + min-height: var(--height); + min-width: var(--width); } .card-container {