Centered tite

This commit is contained in:
Chocobozzz 2019-10-22 18:13:52 +02:00
parent dfb71eff6e
commit c7435f7fc1
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -343,12 +343,15 @@
.presentation { .presentation {
.first-row { .first-row {
display: flex; display: flex;
flex-direction: column;
align-items: center; align-items: center;
padding: 70px; padding-top: 70px;
margin: auto; margin: auto;
.brand { .brand {
height: 47px; height: 47px;
margin-bottom: 20px;
margin-left: -30px;
} }
div { div {
@ -356,7 +359,6 @@
} }
.description { .description {
margin-left: 60px;
font-size: 24px; font-size: 24px;
font-weight: 600; font-weight: 600;
} }
@ -379,6 +381,7 @@
font-size: 16px; font-size: 16px;
margin: 50px auto; margin: 50px auto;
width: 500px; width: 500px;
text-align: center;
@media screen and (max-width: $small-screen) { @media screen and (max-width: $small-screen) {
width: 100%; width: 100%;