mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Fix navbar right top corner issue
This commit is contained in:
parent
0328032cbf
commit
97ddd3da1b
|
@ -39,6 +39,10 @@ $red: #b94a48;
|
|||
|
||||
// This is a fix for the bootstrap4 alpha release
|
||||
|
||||
.navbar {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
@media (max-width: 47.9em) {
|
||||
.navbar-nav .nav-item {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user