Mobile friendly
This commit is contained in:
@@ -86,4 +86,18 @@
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1080px) {
|
||||
#contact-menu, #notification-center {
|
||||
display: none;
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
width: calc(50% - 20px);
|
||||
}
|
||||
.content {
|
||||
margin-left: 0;
|
||||
}
|
||||
#quick-links i {
|
||||
font-size: 48px!important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user