created media queries for nav, sections, grid, footer, typography, utilities and for the base

This commit is contained in:
Yusuf Ipek
2021-05-05 15:53:37 +03:00
parent e5b534c07c
commit 9eee80c625
10 changed files with 144 additions and 1 deletions
+8
View File
@@ -4,9 +4,17 @@
.u-margin-bottom-big {
margin-bottom: 8rem !important;
@include respond(tab-port) {
margin-bottom: 5rem !important;
}
}
.u-margin-bottom-medium {
margin-bottom: 4rem !important;
@include respond(tab-port) {
margin-bottom: 3rem !important;
}
}
.u-margin-bottom-small {
margin-bottom: 1.5rem !important;