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;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-title:hover, .service-link:hover, .social-media:hover {
|
.logo-link:hover, .service-link:hover, .social-media:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -221,10 +221,6 @@ section:nth-child(even) {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.split-section-img a {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.split-section-img img {
|
.split-section-img img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -352,7 +348,7 @@ footer h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.split-section-reverse {
|
.split-section-reverse {
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.split-section-img {
|
.split-section-img {
|
||||||
|
|
|
@ -26,10 +26,12 @@
|
||||||
</div>
|
</div>
|
||||||
<header class="header-nav">
|
<header class="header-nav">
|
||||||
<nav class="header-content">
|
<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="">
|
<img src="static/img/logo.svg" alt="" class="logo-img" height="48" width="48" alt="">
|
||||||
ComputerSchaf
|
ComputerSchaf
|
||||||
</a>
|
</a>
|
||||||
|
</span>
|
||||||
<span class="header-spacer"></span>
|
<span class="header-spacer"></span>
|
||||||
<span>
|
<span>
|
||||||
<a href="index.html" class="nav-item link-button">Leistungen</a>
|
<a href="index.html" class="nav-item link-button">Leistungen</a>
|
||||||
|
|
Loading…
Reference in a new issue