Improve mobile layout of budget view a bit

This commit is contained in:
2020-10-31 12:21:31 +01:00
parent 7b1c3c813c
commit ae06385039
2 changed files with 14 additions and 0 deletions
+10
View File
@@ -38,6 +38,16 @@ main {
}
}
div#content {
section {
&:first-of-type {
@include media-max(small) {
margin-top: 0;
}
}
}
}
section {
.content {
a {