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:
parent
01686b26ca
commit
2285389c24
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user