changed span to anchor, removed redundant container

This commit is contained in:
Lukas Zehentner 2023-02-27 22:45:53 +01:00
parent 4f36400bcc
commit 74aa09ce69
2 changed files with 3 additions and 5 deletions

View file

@ -116,7 +116,7 @@ a:hover {
text-decoration: underline;
}
.logo-link:hover, .service-link:hover, .social-media:hover {
.header-title:hover, .service-link:hover, .social-media:hover {
text-decoration: none;
}

View file

@ -26,12 +26,10 @@
</div>
<header class="header-nav">
<nav class="header-content">
<span class="header-title">
<a href="index.html" class="logo-link">
<a href="index.html" class="header-title">
<img src="static/img/logo.svg" alt="" class="logo-img" height="48" width="48" alt="">
ComputerSchaf
</a>
</span>
<span class="header-spacer"></span>
<span>
<a href="index.html" class="nav-item link-button">Leistungen</a>