diff --git a/beesgospel/static/css/main.css b/beesgospel/static/css/main.css index 8700d95..dfffab4 100644 --- a/beesgospel/static/css/main.css +++ b/beesgospel/static/css/main.css @@ -24,8 +24,12 @@ nav { .navbar-toggler { margin-left: auto; } +.navbar-brand { + width: auto; +} @media only screen and (max-width : 992px) { .nav-sep { display: none; } + .navbar-brand { width: 100%; } .navbar-brand img { max-width: 5em; } .hometitle { font-size: 280%; } } diff --git a/templates/base.html b/templates/base.html index a4060ff..9625453 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,7 +12,7 @@ {% block header %}