17 lines
No EOL
249 B
CSS
17 lines
No EOL
249 B
CSS
/*Navigation.module.css*/
|
|
|
|
.navContainer{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.nav{
|
|
margin: 34px 0 0 60px;
|
|
background-color: white;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.navList{
|
|
list-style: none;
|
|
padding: 32px 37px 40px 26px;
|
|
} |