Mobile pass
This commit is contained in:
22
V1/resources/css/components/projet-nav.css
Normal file
22
V1/resources/css/components/projet-nav.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user