Compare commits
No commits in common. "da963ef6cd05156b001485059a55edd857a2afaf" and "acc77aff2b161de9889b23925fe0be6142969325" have entirely different histories.
da963ef6cd
...
acc77aff2b
|
@ -85,9 +85,6 @@ 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;
|
||||
}
|
||||
|
@ -111,15 +108,14 @@ strong {font-family: 'HKGroteskBold'; }
|
|||
clear: both;
|
||||
}
|
||||
|
||||
/* Centered text in Logo*/
|
||||
/* Centered text */
|
||||
.centered {
|
||||
position: absolute;
|
||||
top: 85%;
|
||||
/* left: 50%;
|
||||
transform: translate(-0%, -50%);*/
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 2vw;
|
||||
color: lime;
|
||||
font-size: 1.2em;
|
||||
font-family: 'HKGroteskRegular';
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
|
@ -263,7 +259,7 @@ strong {font-family: 'HKGroteskBold'; }
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
@media (max-width: 65em) {
|
||||
@media (max-width: 54em) {
|
||||
.column {
|
||||
width: 94%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue