1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-11 18:57:59 +03:00
This commit is contained in:
Rasmus Andersson 2017-08-22 03:55:55 -07:00
parent e7e0a77141
commit 6275fec2bf

View File

@ -125,7 +125,8 @@ h1 > a, h2 > a, h3 > a {
/* small screens */
@media only screen and (max-device-width: 736px) {
.row {
padding: 20px;
padding-left: 20px;
padding-right: 20px;
}
}