Compare commits
3 commits
4f36400bcc
...
e9dc82b729
Author | SHA1 | Date | |
---|---|---|---|
e9dc82b729 | |||
b6bd9978c3 | |||
|
74aa09ce69 |
2 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -221,6 +221,10 @@ section:nth-child(even) {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.split-section-img a {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.split-section-img img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
@ -348,7 +352,7 @@ footer h2 {
|
|||
}
|
||||
|
||||
.split-section-reverse {
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.split-section-img {
|
||||
|
|
|
@ -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>
|
||||
</a>
|
||||
<span class="header-spacer"></span>
|
||||
<span>
|
||||
<a href="index.html" class="nav-item link-button">Leistungen</a>
|
||||
|
|
Loading…
Reference in a new issue