This commit is contained in:
2023-10-02 23:10:49 +03:00
commit c6cb488379
255 changed files with 18731 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
.lx-nav{
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255,255,255,.7);
margin-bottom:0px ;
.nav-item{
padding:4px 0;
margin: 0 16px;
color: $primary;
}
a{
text-decoration: none;
}
}