mobile tweak
This commit is contained in:
parent
3086eb0469
commit
7ceec6e7d0
2 changed files with 12 additions and 2 deletions
|
|
@ -65,6 +65,7 @@
|
|||
}
|
||||
.desktop-toggle {
|
||||
margin-left: 10px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
|
|
|||
|
|
@ -25,8 +25,9 @@
|
|||
}
|
||||
.settings-close {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 10px;
|
||||
right: 20px;
|
||||
top: 15px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.settings-content h2 {
|
||||
|
|
@ -54,3 +55,11 @@
|
|||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.settings-close {
|
||||
top: 15px;
|
||||
right: 20px;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue