mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 11:06:10 +00:00
22 lines
281 B
SCSS
22 lines
281 B
SCSS
.u-center-text {
|
|
text-align: center;
|
|
}
|
|
|
|
.u-margin-bottom-big {
|
|
margin-bottom: 8rem;
|
|
}
|
|
.u-margin-bottom-medium {
|
|
margin-bottom: 4rem;
|
|
}
|
|
.u-margin-bottom-small {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
.u-margin-top-big {
|
|
margin-top: 8rem;
|
|
}
|
|
|
|
.u-margin-top-huge {
|
|
margin-top: 10rem;
|
|
}
|