Fix logo alignment for mobile. Closes #2263
This commit is contained in:
parent
a859b1be5f
commit
20e9d030ed
@ -22,6 +22,10 @@
|
||||
margin: 0.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include screen(mobile) {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.titleSection {
|
||||
|
Loading…
x
Reference in New Issue
Block a user