Last minute pre production changes #65
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue