24 lines
341 B
SCSS
24 lines
341 B
SCSS
ul {
|
|
margin-bottom: 20px;
|
|
float: left;
|
|
|
|
}
|
|
|
|
form {
|
|
float: right;
|
|
width: 300px;
|
|
@media (max-width: 767.98px) {
|
|
width: 90%;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.nav-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: auto;
|
|
}
|
|
} |