1
1
mirror of https://github.com/primer/css.git synced 2024-12-23 14:13:14 +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 {
@media (max-width: 760px) {
.column {
float: none;
width: 100%;
margin-bottom: 30px;
}
}
p {
padding-right: .5rem;
color: #555;