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