mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
corrected media query
This commit is contained in:
parent
205d905fb0
commit
b7795f275c
@ -12,13 +12,14 @@
|
|||||||
|
|
||||||
.logoTitleSection {
|
.logoTitleSection {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
.logo {
|
||||||
|
margin: auto 0.6rem;
|
||||||
|
}
|
||||||
@include screen(desktop) {
|
@include screen(desktop) {
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
.logo {
|
.logo {
|
||||||
margin-left: auto;
|
margin: 0.6rem;
|
||||||
margin-right: auto;
|
|
||||||
margin-bottom: 0.6rem;
|
|
||||||
margin-top: 0.6rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user