Removed gallery icon from header

This commit is contained in:
Matic Ivešić 2026-08-04 20:50:09 +02:00
parent ae17112fc7
commit 2bb0a2e8c7
1 changed files with 0 additions and 31 deletions

View File

@ -25,26 +25,6 @@
z-index: 1;
}
.nav{
display: flex;
gap: 1.5em;
padding: 0.5em 0;
z-index: 1;
}
.nav-link{
align-items: center;
color: #e5e4ea;
text-decoration: none;
font-weight: 500;
}
.nav-icon{
width: 2em;
height: 2em;
display: block;
}
.banner-link{
display: inline-flex;
}
@ -57,12 +37,6 @@
z-index: 1;
}
.nav{
position: absolute;
left: 2em;
top: 1.5em;
}
.header-content{
padding: 0;
}
@ -72,11 +46,6 @@
<div class="header-content">
<nav class="nav">
<a class="nav-link" href="/gallery">
<img class="nav-icon" src={gallery_icon} alt="" />
</a>
</nav>
<a class="banner-link" href="/" aria-label="Domov">
<img src={intelidom_banner} alt="intelidom banner">
</a>