created and styled stories section

This commit is contained in:
Yusuf Ipek
2021-05-13 13:13:50 +03:00
parent 68c330ae90
commit b1195f8078
5 changed files with 110 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
.mb-sm {
margin-bottom: 2rem;
}
.mb-md {
margin-bottom: 3rem;
}
.mb-lg {
margin-bottom: 4rem;
}
.mb-hg {
margin-bottom: 8rem;
}