really basic mobile support, until we get a slideout menu in
parent
cdc351bc02
commit
2317779a2b
@ -0,0 +1,19 @@
|
||||
@media (max-width: 1200px) {
|
||||
.header {
|
||||
#user_label {
|
||||
bottom: 125px;
|
||||
}
|
||||
|
||||
#main-page-title {
|
||||
bottom: 45px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue