mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Ensure icon blocks clear only on homepage
This commit is contained in:
parent
a46908f6cc
commit
e1367b714b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
.icon-blocks {
|
||||
@media (min-width: 640px) and (max-width: 1023px) {
|
||||
.index .icon-blocks {
|
||||
@media (max-width: 1023px) {
|
||||
.columns:nth-child(odd) {
|
||||
clear: left;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue