inspec/www/source/stylesheets/_icon-block.scss

26 lines
383 B
SCSS
Raw Normal View History

.index .icon-blocks {
@media (max-width: 1023px) {
2016-09-20 18:33:17 +00:00
.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;
}
2016-09-20 22:22:06 +00:00
.icon-block--text {
font-size: 14px;
}