centered position logo

This commit is contained in:
Tancre
2020-09-17 17:48:05 +02:00
parent 575743cfa8
commit 7bb27cb2ed
6 changed files with 37 additions and 6 deletions

View File

@ -339,6 +339,7 @@ img {
background-color: rgba(0, 0, 0, 0.4); } }
@media (min-width: 800px) {
.site-header__btn-container {
padding: 32px 0px 32px 0px;
float: right; } }
.site-header__menu-content {
opacity: 0;
@ -356,7 +357,7 @@ img {
transform: scale(1); } }
.site-header__logo {
position: absolute;
top: 0;
top: 3px;
left: 50%;
transform-origin: 50% 0%;
transform: translateX(-50%) scale(0.8);
@ -467,4 +468,16 @@ img {
.large-hero__description {
font-size: 1.875rem; } }
.btn {
background-color: #00ab00;
color: #fff;
text-decoration: none;
padding: .75rem 1.2rem;
display: inline-block; }
.btn--large {
padding: 1.1rem 1.9rem; }
@media (min-width: 530px) {
.btn--large {
font-size: 1.25rem; } }
/*# sourceMappingURL=style.css.map */

File diff suppressed because one or more lines are too long