Compare commits
No commits in common. "e9dc82b729479f21c97e4c1cb50ad6c98ef16427" and "4f36400bccd1a99076faffbecec5ef74e2722022" have entirely different histories.
e9dc82b729
...
4f36400bcc
2 changed files with 6 additions and 8 deletions
|
@ -116,7 +116,7 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.header-title:hover, .service-link:hover, .social-media:hover {
|
||||
.logo-link:hover, .service-link:hover, .social-media:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -221,10 +221,6 @@ section:nth-child(even) {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.split-section-img a {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.split-section-img img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
@ -352,7 +348,7 @@ footer h2 {
|
|||
}
|
||||
|
||||
.split-section-reverse {
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.split-section-img {
|
||||
|
|
|
@ -26,10 +26,12 @@
|
|||
</div>
|
||||
<header class="header-nav">
|
||||
<nav class="header-content">
|
||||
<a href="index.html" class="header-title">
|
||||
<span class="header-title">
|
||||
<a href="index.html" class="logo-link">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue