diff --git a/beesgospel/static/css/main.css b/beesgospel/static/css/main.css index 6d335f5..dc63e1d 100644 --- a/beesgospel/static/css/main.css +++ b/beesgospel/static/css/main.css @@ -35,7 +35,7 @@ nav { .hometitle { font-size: 280%; } } @media only screen and (max-width : 500px) { - .logo-container img { width: 70px; } + img#abeille { width: 75px; } } .alert-danger { background-color: #FFD79C; } .main-text { max-width: 100vw; } diff --git a/templates/base.html b/templates/base.html index efac00c..ef29479 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@