You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
560 B
Plaintext

@media (max-width: 1200px) {
10 years ago
}
10 years ago
@media (max-width: 980px) {
body {
padding-top: 90px;
}
10 years ago
.header {
height: 60px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
position: fixed;
top: 0px;
z-index: 1;
#main-page-title {
bottom: -29px;
font-size: 20px;
color: #FFF;
left: 20px;
font-weight: 400;
}
#user_label {
right: 0px;
bottom: 7px;
}
#main-menu {
display: none;
}
}
}
@media (max-width: 768px) {
.content-header, .settings-header {
font-size: 200%;
margin-bottom: 20px;
margin-left: -2px;
}
}