Improve responsive results
This commit is contained in:
parent
e72a5a78bc
commit
fbdd1eadef
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue