Newer
Older
---
---
@import "boilerplate/mixins";
.services-box {
h2 {
text-align: center;
}
text-align: -moz-center;
text-align: -webkit-center;
}
.services-title-buttons {
display: grid;
grid-auto-rows: 1fr;
@include medium-is-desktop-plus {
grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: 1fr;
}
a {
@include font-large;
@include font-bold;