some fixes for .search-container

This commit is contained in:
hnhx 2022-02-20 16:02:34 +01:00
parent 06539593a8
commit e504fedbf4
1 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,6 @@ iframe {
} }
img { img {
border: 1px solid #5f6368; border: 1px solid #5f6368;
} }
@ -30,7 +29,7 @@ img {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-left:auto; margin-left: auto;
margin-right: auto; margin-right: auto;
margin-top:12%; margin-top:12%;
@ -315,15 +314,16 @@ img {
@media only screen and (min-width:900px) { @media only screen and (min-width:900px) {
.search-button-wrapper { .search-button-wrapper {
flex-direction: row; flex-direction: row;
justify-content: space-around;
} }
.search-button-wrapper button { .search-button-wrapper button {
width: auto; width: auto;
margin-left: auto;
margin-right: auto;
} }
.search-container input { .search-container input {
width: 100%; width: auto;
} }
.small-search-container input { .small-search-container input {