create(layout) created persistance layout

This commit is contained in:
Yusuf İpek
2021-07-26 15:10:13 +03:00
parent 833c6c79cd
commit 20b769086a
18 changed files with 814 additions and 203 deletions
+21
View File
@@ -0,0 +1,21 @@
.u-center-text {
text-align: center !important;
}
.u-margin-bottom-big {
margin-bottom: 8rem !important;
}
.u-margin-bottom-medium {
margin-bottom: 4rem !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;
}