mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 11:06:10 +00:00
30 lines
491 B
SCSS
30 lines
491 B
SCSS
.u-center-text {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.u-margin-top-big {
|
|
margin-top: 8rem !important;
|
|
}
|
|
|
|
.u-margin-top-huge {
|
|
margin-top: 10rem !important;
|
|
}
|