mobile css fixes
This commit is contained in:
parent
62c08517fd
commit
d4bbd4e87d
@ -23,11 +23,6 @@
|
||||
}
|
||||
|
||||
@media (max-width: 520px) {
|
||||
.latest-notes {
|
||||
width: 200px;
|
||||
left: calc(50% - 110px);
|
||||
padding: 6px 12px;
|
||||
}
|
||||
.latest-notes-fixed {
|
||||
width: 200px;
|
||||
padding: 6px 12px;
|
||||
|
@ -72,3 +72,14 @@ header {
|
||||
line-height: 21px;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.search {
|
||||
padding: unset;
|
||||
background: unset;
|
||||
}
|
||||
|
||||
.search input {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user