Compare commits

...

2 commits

View file

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