1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 14:42:26 +03:00

fix grid on homepage for small devices

This commit is contained in:
Mark Otto 2015-03-23 09:53:22 -07:00
parent 01686b26ca
commit 2285389c24

View File

@ -164,6 +164,15 @@ body {
} }
.about-that { .about-that {
@media (max-width: 760px) {
.column {
float: none;
width: 100%;
margin-bottom: 30px;
}
}
p { p {
padding-right: .5rem; padding-right: .5rem;
color: #555; color: #555;