diff --git a/home/static/css/style.css b/home/static/css/style.css index eb4676d8262866ab83df57452771cc2b6b10eb8e..a0c82d6132a09c64a1e39f032bd9209981bb9e93 100644 --- a/home/static/css/style.css +++ b/home/static/css/style.css @@ -20,7 +20,7 @@ section a:link { color: rgb(62, 62, 255); } -.header { +header { display: flex; background-color: var(--color_bg_1); border-bottom: 5px solid var(--color_bg_2); @@ -30,7 +30,7 @@ section a:link { padding: 0px 0px 20px 20px; } -.header h1, .header h1 a, .header h1 a:visited, .header h1 a:active { +header h1, header h1 a, header h1 a:visited, header h1 a:active { color: #ddd; font-size: 60px; text-decoration: none; diff --git a/home/templates/home.html b/home/templates/home.html index 9a773cb4a7808f5b25a7f3ebeff8bf5f818f06d2..d93a35a8fcf02d676c6293419ddac4772cbd006a 100644 --- a/home/templates/home.html +++ b/home/templates/home.html @@ -11,9 +11,7 @@ </head> <body> <header> - <div class="header"> <h1><a href="/">The site's title</a></h1> - </div> </header> <nav> <a href="/" class="internal">Inscriptions</a>