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) {
|
||||
.user-controls {
|
||||
display: none;
|
||||
.intro > .user-controls {
|
||||
clear: both;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue