1
0
Fork 0
hswro_org/_sass/components/_feature.scss

31 lines
529 B
SCSS

.feature {
height: 100%;
border: 1px solid $white-offset;
border-radius: 3px;
padding: 20px;
background-color: #ffffff;
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
.feature-image {
flex: 0 0 auto;
display: flex;
text-align: center;
margin-bottom: 0;
}
img {
width: 100%;
height: auto;
}
.feature-title {
font-width: bold;
margin-top: 0;
color: $primary;
}
.feature-content {
margin-bottom: 0;
margin-top: auto;
}
}