diff --git a/actaddmanual/index.html b/actaddmanual/index.html index 1155a20..5bc2499 100644 --- a/actaddmanual/index.html +++ b/actaddmanual/index.html @@ -29,7 +29,15 @@ - +
diff --git a/actaddmanual/style.css b/actaddmanual/style.css index 8e02d7c..4c6730e 100644 --- a/actaddmanual/style.css +++ b/actaddmanual/style.css @@ -80,6 +80,14 @@ body { visibility: hidden; } +.sellout { + display: block; + position: relative; + margin-left: auto; + margin-right: auto; + text-align: center; +} + @media (max-width: 768px) { #content { margin-left: 200px; diff --git a/index.html b/index.html index d5c2468..def1ed2 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,13 @@

Welcome to my little website! I'm Ellpeck, a student and programmer from Germany. I do a lot of stuff, actually. My life is pretty busy.

-

Look around this website to find out more about my projects and other places you can find me!

+ + +
+ + + +
diff --git a/style/style.css b/style/style.css index ad13412..fd8f83f 100644 --- a/style/style.css +++ b/style/style.css @@ -184,6 +184,13 @@ blockquote { font-style: italic; } +.sellout { + display: flex; + align-items: center; + max-height: 35px; + overflow: hidden; +} + @media (min-width: 1200px) { .navbar { width: 1200px;