mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 11:47:24 -03:00
better mobile view
This commit is contained in:
parent
f329e25142
commit
f20585f718
1 changed files with 13 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue