mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-18 06:41:28 +02:00
feat(css): responsive design for small screen
Remove padding for mobile client. closes #29
This commit is contained in:
@@ -128,3 +128,14 @@ tr.parent a[href^="/"] {
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:.75em;
|
font-size:.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*------------------------------------*\
|
||||||
|
Media query for small screens
|
||||||
|
\*------------------------------------*/
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
body {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
.indexcollastmod { display: none; }
|
||||||
|
.wrapper { max-width: 100%; }
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user