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