mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-17 03:51:02 +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
|
// This is a fix for the bootstrap4 alpha release
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 47.9em) {
|
@media (max-width: 47.9em) {
|
||||||
.navbar-nav .nav-item {
|
.navbar-nav .nav-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user