mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
25 lines
383 B
SCSS
25 lines
383 B
SCSS
.index .icon-blocks {
|
|
@media (max-width: 1023px) {
|
|
.columns:nth-child(odd) {
|
|
clear: left;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon-block--img {
|
|
width: 100%;
|
|
max-width: 100px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.icon-block--heading {
|
|
color: $inspec-blue;
|
|
font-family: $heading-font;
|
|
text-transform: uppercase;
|
|
font-size: 16px;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.icon-block--text {
|
|
font-size: 14px;
|
|
}
|