Update main.css

This commit is contained in:
hryxl 2022-03-21 10:22:31 +03:00 committed by GitHub
parent 41b35ae6c8
commit 89567e8783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,9 @@ body {
.logo { .logo {
width: 80%; width: 80%;
display: block; display: flex;
justify-content: center;
align-items: center;
margin: auto; margin: auto;
padding-bottom: 10px; padding-bottom: 10px;
} }
@ -139,13 +141,17 @@ footer {
} }
.whoogle-logo { .whoogle-logo {
display: none; display: flex;
justify-content: center;
align-items: center;
} }
.whoogle-svg { .whoogle-svg {
width: 80%; width: 80%;
height: initial; height: initial;
display: block; display: flex;
justify-content: center;
align-items: center;
margin: auto; margin: auto;
padding-bottom: 10px; padding-bottom: 10px;
} }