fix js issue with main view #66

Merged
jorge merged 3 commits from develop into main 2022-04-28 19:46:24 +02:00
3 changed files with 10 additions and 12 deletions
Showing only changes of commit 4def89678e - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -566,14 +566,15 @@ main {
justify-content: center;
}
}
.image-background {
width: 100%;
background-color: rgb(250,250,220);
background-image: url("../img/header_collections.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center 75%;
}
&.collections-all{
.image-background {
width: 100%;
background-image: url("../img/header_collections.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
}
}
}
}

View File

@ -59,10 +59,7 @@
<section class="hero omeka collections-all">
<main class="slides">
<section class="slide">
<figure>
<img src="asset/img/ARC-HIVE-logo.svg?v=2.0.0" title="an arc-hive project" alt="arc-hive logo" class="logo">
</figure>
<section class="slide image-backgroud">
</section>
</main>