add ASU compatibility

This commit is contained in:
Sudhanshu Gautam 2021-03-21 18:40:44 +05:30
parent a0aedf1563
commit 7cdb5206af
22 changed files with 2282 additions and 1427 deletions

View file

@ -46,6 +46,18 @@
}
.header {
.logo {
height: 40px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
& svg {
height: 100%;
width: auto;
}
}
.title-desktop {
@media all and (max-width: 820px) {
display: none;
@ -74,7 +86,17 @@
}
}
@media all and (min-width: 800px) {
.mobile {
display: none !important;
}
}
@media all and (max-width: 800px) {
.desktop {
display: none !important;
}
.report-problem-container {
font-size: 12px;
padding: 10px;