center hero block (#670)

Signed-off-by: Arhell <arhell333@gmail.com>
This commit is contained in:
Ihor Sychevskyi 2022-05-24 04:36:44 +03:00 committed by GitHub
parent 0f60f7d03e
commit cab02cee7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -11,16 +11,15 @@
.heroLogoWrapper {
position: relative;
left: 50%;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
width: 256px;
height: 256px;
margin-bottom: 1.5rem;
background: #fff;
border-radius: 48px;
transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
@ -35,10 +34,6 @@
height: 80%;
}
.heroTitle {
padding-left: 1.5rem;
}
.installTextWrapper {
width: 100%;
}