Mobile pass

This commit is contained in:
2024-07-20 11:46:10 +02:00
parent 9b7aa500fa
commit cd42baaebf
20 changed files with 342 additions and 8 deletions

View File

@@ -0,0 +1,22 @@
.projet-nav-container {
background-color: #222;
display: flex;
justify-content: space-evenly;
align-items: center;
padding: 10vmin 0vmin;
}
.projet-nav-container a {
background-color: #222;
padding: 10px 25px;
border-radius: 25px;
border: 1px solid #F8FAFC;
color: #F8FAFC;
text-decoration: none;
font-family: 'Mona-Sans';
font-weight: 700;
font-size: 20px;
display: flex;
justify-content: center;
align-items: center;
}