You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
166 B
12 lines
166 B
4 years ago
|
nav {
|
||
|
border-bottom-left-radius: 5px;
|
||
|
border-bottom-right-radius: 5px;
|
||
4 years ago
|
}
|
||
|
|
||
4 years ago
|
@media (max-width: 420px) {
|
||
|
#app {
|
||
|
margin-left: 0vw;
|
||
|
margin-right: 0vw;
|
||
|
}
|
||
4 years ago
|
}
|