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:54:20 -07:00
parent 38a5fbd631
commit e7e0a77141

View File

@ -122,6 +122,13 @@ h1 > a, h2 > a, h3 > a {
/*background: white;*/
}
/* small screens */
@media only screen and (max-device-width: 736px) {
.row {
padding: 20px;
}
}
.row.white {
background: white;
}