added image background in conllections-all
This commit is contained in:
parent
24afe3a03a
commit
358e6ffaaf
File diff suppressed because one or more lines are too long
|
@ -566,14 +566,15 @@ main {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.collections-all{
|
.image-backgroud {
|
||||||
.image-background {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background-color: rgb(250,250,220);
|
||||||
background-image: url("../img/header_collections.jpg");
|
background-image: url("../img/header_collections.jpg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center bottom;
|
background-position: center 75%;
|
||||||
}
|
}
|
||||||
|
&.collections-all{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,10 +59,7 @@
|
||||||
|
|
||||||
<section class="hero omeka collections-all">
|
<section class="hero omeka collections-all">
|
||||||
<main class="slides">
|
<main class="slides">
|
||||||
<section class="slide">
|
<section class="slide image-backgroud">
|
||||||
<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>
|
</section>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in New Issue