Skip to content
Snippets Groups Projects
Commit a894d5e2 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Removed useless nested div in header

parent 7d1853cc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment