Update main.css
This commit is contained in:
parent
41b35ae6c8
commit
89567e8783
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user