Various UI improvements #23

Merged
raucao merged 5 commits from ux/various_design_changes into master 2021-02-01 18:33:06 +00:00
Showing only changes of commit 92bfc33bf0 - Show all commits

View File

@@ -124,13 +124,11 @@ main {
}
section {
border-bottom: 1px dotted #ccc;
padding-bottom: 3rem;
margin-bottom: 3rem;
@include media-max(small) {
padding-bottom: 3rem;
margin-bottom: 3rem;
&:not(:last-of-type) {
border-bottom: 1px dotted #ccc;
}
}