diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index d5db24a..64b81ca 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -31,7 +31,7 @@ } #sidebar-menu .item{ - font-size: 45px; + font-size: 3vw; background-color: #26A69A; color: white; width: 80%; diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css new file mode 100644 index 0000000..d27b0c9 --- /dev/null +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -0,0 +1,5 @@ +@media(max-width: 1199px) { + .navbar .navbar-brand { + padding: 15px; + } +} \ No newline at end of file diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 25e6857..7e81b73 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -45,6 +45,7 @@ + @@ -76,7 +77,7 @@