better mobile view

This commit is contained in:
Extravi 2022-08-14 21:40:23 -04:00 committed by GitHub
parent f329e25142
commit f20585f718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -185,6 +185,10 @@ a:hover,
padding: 14px
}
.logomobile {
display: none;
}
.sub-search-button-wrapper {
margin-left: 118px;
}
@ -407,15 +411,22 @@ a:hover,
}
.sub-search-container .logo {
display: none;
}
.logomobile {
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 10px;
font-size: 28px;
display: block;
}
.sub-search-container input {
width: 80%;
margin-top: 30px;
}
.sub-search-button-wrapper {