mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-12 03:26:10 +00:00
created media queries for nav, sections, grid, footer, typography, utilities and for the base
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user