first commit

This commit is contained in:
2022-11-20 21:46:36 +00:00
commit e3f445cd0d
54 changed files with 10801 additions and 0 deletions

12
assets/scss/navigation.scss Executable file
View File

@@ -0,0 +1,12 @@
.my_navigation {
padding-top: 3rem;
padding-bottom: 1rem;
margin: 0 auto;
max-width: 1200px;
.my_border {
box-shadow: $BorderShadow;
border-radius: $BDRadius;
}
}