mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-14 08:30:59 +01:00
22 lines
282 B
Plaintext
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;
|
|
}
|
|
} |