added image background in conllections-all

This commit is contained in:
jorge 2022-04-28 18:57:34 +02:00
parent 24afe3a03a
commit 358e6ffaaf
3 changed files with 10 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -566,14 +566,15 @@ main {
justify-content: center;
}
}
.image-backgroud {
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>