diff --git a/frontend/index.html b/frontend/index.html index aaeb118..a039973 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,11 +4,13 @@ - + + + Canapé diff --git a/frontend/less/app.less b/frontend/less/app.less index 3c67472..d2542e2 100644 --- a/frontend/less/app.less +++ b/frontend/less/app.less @@ -65,7 +65,9 @@ body { } .navbar { - opacity: 0.95; + @media (min-width: @screen-md-min) { + opacity: 0.95; + } } div.sweet-alert > h2 {