remove cover image in slider

This commit is contained in:
isUnknown 2024-09-18 17:00:56 +02:00
parent c08efc16e5
commit ede736564f
8 changed files with 35 additions and 27 deletions

View file

@ -168,14 +168,6 @@
max-width: 0.9ch;
}
/* Logo hover */
.main-nav .logo {
transition: scale 0.5s var(--curve-quick);
}
.main-nav .logo:hover {
scale: 1.035;
}
@media screen and (max-width: 800px) {
.main-nav__featured-pages {
display: none;