mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 06:03:09 +00:00
Fix navbar right top corner issue
This commit is contained in:
parent
0328032cbf
commit
97ddd3da1b
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue