update: basic RWD
This commit is contained in:
@@ -66,4 +66,14 @@ nav {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.navbar-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin: 10px 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user