Improve responsive results

This commit is contained in:
Chocobozzz 2020-09-21 11:25:48 +02:00
parent e72a5a78bc
commit fbdd1eadef
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 8 deletions

View File

@ -206,14 +206,10 @@ body {
}
.metadatas {
> div {
flex-direction: column;
align-items: flex-start;
margin: 10px 0;
}
label {
margin-bottom: 5px;
min-width: 70px;
margin-right: 10px;
align-items: center;
font-weight: bold;
}
}

View File

@ -13,12 +13,13 @@ header h4 a {
}
header .search-home {
margin: 30px 0 -7px 0 !important;
margin: 50px 0 -7px 0 !important;
z-index: 100;
}
@media screen and (max-width: 500px) {
header .search-home {
margin-top: 30px !important;
margin-bottom: -4px !important;
width: 150px;
height: auto;