Created the Home page style

This commit is contained in:
2022-12-27 21:46:37 +01:00
parent 3930fdb00e
commit 0d237d87e5

View File

@ -0,0 +1,16 @@
@import "@/common/styles/colors"
.home-wrapper
margin: 3rem 6rem 2rem
.link-area
margin-left: 5rem
margin-right: 5rem
margin-top: 2rem
display: flex
flex-direction: column
gap: 1rem
.text-center
color: $gray
text-align: center