First steps towards responsive radar

This commit is contained in:
Mathias Schopmans
2017-04-03 11:53:26 +02:00
parent b4a7b4d21f
commit cba33dfbee
5 changed files with 16 additions and 2 deletions

View File

@@ -6,5 +6,8 @@
&__quadrant {
flex: 0 0 45%;
margin-bottom: 40px;
@media (--until-lg) {
flex-basis: 100%;
}
}
}