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;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-link:hover, .service-link:hover, .social-media:hover {
|
.header-title:hover, .service-link:hover, .social-media:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -221,6 +221,10 @@ 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;
|
||||||
|
@ -348,7 +352,7 @@ footer h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.split-section-reverse {
|
.split-section-reverse {
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.split-section-img {
|
.split-section-img {
|
||||||
|
|
|
@ -26,12 +26,10 @@
|
||||||
</div>
|
</div>
|
||||||
<header class="header-nav">
|
<header class="header-nav">
|
||||||
<nav class="header-content">
|
<nav class="header-content">
|
||||||
<span class="header-title">
|
<a href="index.html" 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