forked from leftypol/leftypol
style.css: move user controls to right on small screens
This commit is contained in:
parent
1df69f94de
commit
71b1dbf5ef
1 changed files with 3 additions and 2 deletions
|
@ -489,8 +489,9 @@ input.delete {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 48em) {
|
@media (max-width: 48em) {
|
||||||
.user-controls {
|
.intro > .user-controls {
|
||||||
display: none;
|
clear: both;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue