Files
NodeBB/public/less/admin/mobile.less
2015-08-21 10:35:55 -04:00

22 lines
282 B
Plaintext

@media (max-width: 1200px) {
.header {
#user_label {
bottom: 125px;
}
}
}
@media (max-width: 980px) {
.header {
#main-page-title {
bottom: 45px;
}
}
}
@media (max-width: 768px) {
.content-header, .settings-header {
font-size: 200%;
margin-bottom: 20px;
}
}