Update main.css
This commit is contained in:
parent
89567e8783
commit
f79d9fc1e0
|
@ -4,15 +4,19 @@ body {
|
|||
|
||||
.logo {
|
||||
width: 80%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
display: block;
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
margin: auto;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo-container {
|
||||
max-height: 500px;
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.home-search {
|
||||
|
@ -63,15 +67,6 @@ body {
|
|||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.config-options {
|
||||
max-height: 370px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.config-buttons {
|
||||
max-height: 30px;
|
||||
}
|
||||
|
||||
.config-div {
|
||||
padding: 5px;
|
||||
}
|
||||
|
@ -141,17 +136,12 @@ footer {
|
|||
}
|
||||
|
||||
.whoogle-logo {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.whoogle-svg {
|
||||
width: 80%;
|
||||
height: initial;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: block;
|
||||
margin: auto;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
@ -183,10 +173,3 @@ details summary {
|
|||
padding: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Mobile styles */
|
||||
@media (max-width: 1000px) {
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user