mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-20 19:41:49 +02:00
Fix margins
This commit is contained in:
parent
98baae4fee
commit
438bcffd0b
@ -26,11 +26,15 @@ main {
|
|||||||
|
|
||||||
.topbutton {
|
.topbutton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.topbutton {
|
.topbutton {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
margin-right: 1rem;
|
||||||
|
margin-bottom: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user