Files
TechRadarAJR/styles/components/quadrant-section.css
2017-02-10 21:06:52 +01:00

14 lines
116 B
CSS

.quadrant-section {
&__header {
}
&__lists {
display: flex;
}
&__list {
flex: 0 0 20%;
}
}