diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index f763080..1545c27 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -54,7 +54,7 @@ title: sp-codes
- {%- for entry in collections.all | eleventyNavigation %} diff --git a/src/de/index.html b/src/de/index.html index 80e21a8..2f09921 100644 --- a/src/de/index.html +++ b/src/de/index.html @@ -9,7 +9,7 @@ eleventyNavigation: ---
-
+
@@ -31,12 +31,12 @@ eleventyNavigation:
-
+
Samuel Philipp
-
+

Über mich

Mein Name ist Samuel Philipp und ich bin Full-Stack-Developer und SysAdmin. In meiner Freizeit betreibe ich alle angebotenen Dienste von sp-codes. Wenn du mehr über mich erfahren möchtest, schau gerne auf meiner persönlichen Webseite vorbei: diff --git a/src/scss/main.scss b/src/scss/main.scss index 8e6dfdf..b5ffc73 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -60,11 +60,6 @@ p { max-width: 128px; max-height: 128px; - &.fixed { - width: 128px; - height: 128px; - } - &.huge { width: 256px; height: 256px; @@ -72,16 +67,23 @@ p { max-height: 256px; } - &.mini.fixed { + &.mini { width: 32px; height: 32px; } } -@media (max-width: 767.98px) { +@include media-breakpoint-down(lg) { .logo { - max-width: 96px; - max-height: 96px; + max-width: 64px; + max-height: 64px; + + &.huge { + width: 128px; + height: 128px; + max-width: 128px; + max-height: 128px; + } } } @@ -102,6 +104,13 @@ p { } } +@include media-breakpoint-down(lg) { + .me-profile { + height: 128px; + width: 128px; + } +} + .nav { display: flex; background-color: #111;