inspec/www/source/stylesheets/_icon-block.scss
2016-09-22 18:00:33 +02:00

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;
}