1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-17 22:41:34 +02:00

feat(css): responsive design for small screen

Remove padding for mobile client.

closes #29
This commit is contained in:
oupala
2018-02-22 23:46:41 +01:00
parent 9b20006964
commit 4471ec1b9f

View File

@@ -128,3 +128,14 @@ tr.parent a[href^="/"] {
text-align:center;
font-size:.75em;
}
/*------------------------------------*\
Media query for small screens
\*------------------------------------*/
@media (max-width: 768px) {
body {
padding: 10px;
}
.indexcollastmod { display: none; }
.wrapper { max-width: 100%; }
}