wieallesbegann erstellt

This commit is contained in:
sven 2020-12-09 16:41:54 +01:00
parent da963ef6cd
commit e0161b0ea9
11 changed files with 221 additions and 67 deletions

View file

@ -53,6 +53,11 @@ pre {color: grey;
font-style: normal;
font-size: 100%; }
strong {font-family: 'HKGroteskBold'; }
img {
width: 100%;
height: auto;
}
#wrapper {background: white;
display: block;
margin: 0 auto;
@ -267,9 +272,9 @@ strong {font-family: 'HKGroteskBold'; }
.column {
width: 94%;
}
.centered {
/* .centered {
display: none;
}
} */
.left{
padding-left: 3%;
padding-right: 3%;

View file

@ -85,6 +85,9 @@ strong {font-family: 'HKGroteskBold'; }
align-items: center;
position: relative;}
.logo img {margin-left: 30%; margin-right: 30%;
margin-top: 7%; margin-bottom:7%;}
.column {
float: left;
}
@ -108,14 +111,15 @@ strong {font-family: 'HKGroteskBold'; }
clear: both;
}
/* Centered text */
/* Centered text in Logo*/
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2vw;
top: 85%;
/* left: 50%;
transform: translate(-0%, -50%);*/
text-align: center;
color: lime;
font-size: 1.2em;
font-family: 'HKGroteskRegular';
font-weight: normal;
font-style: normal; }
@ -259,13 +263,13 @@ strong {font-family: 'HKGroteskBold'; }
display: none;
}
}
@media (max-width: 54em) {
@media (max-width: 65em) {
.column {
width: 94%;
}
.centered {
/* .centered {
display: none;
}
} */
.left{
padding-left: 3%;
padding-right: 3%;