Files
TechRadarAJR/styles/components/quadrant-section.css
Tom Raithel fc81624813 More styles
2017-02-11 12:04:52 +01:00

15 lines
158 B
CSS

.quadrant-section {
&__header {
margin-bottom: 20px;
}
&__rings {
display: flex;
}
&__ring {
padding: 0 8px;
flex: 0 0 25%;
}
}