diff --git a/public/index.html b/public/index.html index d40beaa..f2568e8 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,6 @@ - + + @@ -7,41 +8,46 @@ - - -
-
- -

Über mich

-

Hallo, mein Name ist Jonas Leder. Ich bin aktuell Auszubildender in Fachrichtung Fachinformatiker für Anwendungsentwicklung.

-

- -

-
-

Blog

- - -

Skills

- - - - + + - + + \ No newline at end of file diff --git a/styl/lib/_home.styl b/styl/lib/_home.styl index a550e72..e45df94 100644 --- a/styl/lib/_home.styl +++ b/styl/lib/_home.styl @@ -12,4 +12,9 @@ float: left; margin-right: 20px; box-shadow: 7px 7px $back-color-2; +} + +.div-no-break { + width: fit-content; + display: inline-block; } \ No newline at end of file