init page is done

This commit is contained in:
Nikolai Petukhov
2024-09-21 13:32:52 +03:00
parent 963c94c262
commit e75288a6f0
8 changed files with 155 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
.singleNavButton {
display: flex;
align-items: center;
margin-top: 1.5vw;
padding: 0;
background-color: white;
border-color: white;
border-radius: 3vw;
min-width: 20vw;
}
.singleNavButton p {
font-size: 1.4vw;
font-weight: bold;
}