diff --git a/index.html b/index.html index e4a959c..93f75da 100644 --- a/index.html +++ b/index.html @@ -22,14 +22,21 @@ body { margin: 0; + padding: 0; + font-family: Source Sans Pro, Open Sans, sans-serif; + color: white; + display: flex; + flex-direction: column; + } + + main { padding: 1rem; display: flex; flex-direction: column; - font-family: Source Sans Pro, Open Sans, sans-serif; - background: radial-gradient(circle, rgba(255, 0, 230, 1) 0%, rgba(255, 0, 67, 1) 100%); - color: white; - height: 100vh; - width: 100vw; + width: 100%; + height: auto; + min-height: 100vh; + background: radial-gradient(farthest-corner at -5% -5%, rgb(255, 0, 200) 0%, rgb(230, 0, 67) 100%); } .logo { @@ -74,7 +81,7 @@ @media (min-width: 800px) { footer { - margin-top: 0; + margin-top: 1rem; } } @@ -88,23 +95,47 @@ a:hover { text-decoration: underline; } + + .feather { + display: inline-block; + vertical-align: sub; + margin-right: 0.5rem; + width: 1rem; + height: 1rem; + } - -

<> IT ain't easy </>

-

- We are a collective of professionals from around the field of IT. We are currently in the process of founding a German cooperative (e.G.). -

-

- We are here to help you plan, design, develop, end operate solutions in the information technology space. -

- +

+ We are here to help you plan, design, develop, and operate solutions in the information technology space. +

+ +