gfx2.css: less padding on mobile

This commit is contained in:
Thomas Bernard 2020-01-04 16:46:50 +01:00
parent 4874603ce7
commit cd2552e935
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -8,6 +8,11 @@ body {
padding: 2rem;
margin: auto;
}
@media (max-width: 800px) {
body {
padding: 0.5rem;
}
}
img { border: 0 }
h1, h2, h3, h4, h5, h6, b, strong {
color: #111;