Compare commits

...

3 commits

Author SHA1 Message Date
e9dc82b729 Merge branch 'imgdisplay' 2023-02-27 23:11:11 +01:00
b6bd9978c3 Fix display of split images 2023-02-27 23:08:41 +01:00
Lukas Zehentner
74aa09ce69 changed span to anchor, removed redundant container 2023-02-27 22:45:53 +01:00
2 changed files with 8 additions and 6 deletions

View file

@ -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 {

View file

@ -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>