changes on live day on footer, branding and content

This commit is contained in:
jorge 2021-04-30 16:55:49 +02:00
parent a9d031160d
commit b620a96732
4 changed files with 28 additions and 15 deletions

View File

@ -44,12 +44,12 @@
<aside class="double partners">
<p>ARC-HIVE partners are:</p>
<ul>
<li class="h5"> <a href="#">Cultivamos Cultura</a></li>
<li class="h5"> <a href="#">Bioart Society</a></li>
<li class="h5"> <a href="#">Kersnikova</a></li>
<li class="h5"> <a href="#">RBINS</a></li>
<li class="h5"> <a href="#">Kontejner</a></li>
<li class="h5"> <a href="#">Hangar</a></li>
<li class="h5"> <a href="https://cultivamoscultura.com/">Cultivamos Cultura</a></li>
<li class="h5"> <a href="https://bioartsociety.fi/">Bioart Society</a></li>
<li class="h5"> <a href="https://kersnikova.org/">Kersnikova</a></li>
<li class="h5"> <a href="https://www.naturalsciences.be/">RBINS</a></li>
<li class="h5"> <a href="https://www.kontejner.org/">Kontejner</a></li>
<li class="h5"> <a href="https://hangar.org/">Hangar</a></li>
</ul>
</aside>
<aside class="co-founded">

View File

@ -21,7 +21,8 @@
&.eu{
&::before {
max-width: 15rem;
background-image: url('../img/eu_flag_creative_europe_co_funded_black_right.svg');
// background-image: url('../img/eu_flag_creative_europe_co_funded_black_right.svg');
background-image: url('../img/eu_flag_creative_europe_co_funded_left.svg');
}
}
}

View File

@ -11,14 +11,11 @@
.h1,.h2,.h3,.h4,.h4,.h5,.h6,
button,.button,
header nav,
.hero .claim
{
font-variant:all-small-caps;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h4,.h5,.h6 {
font-variant:all-small-caps;
a {
color: $body-font-color;
}
@ -193,9 +190,11 @@
@include xy-cell-gutters(0,margin);
font-size: $lead-font-size;
padding: $global-padding * 3;
font-size: $global-font-size*1.5;
}
&:first-child {
background-color: $primary-color;
font-variant:all-small-caps;
}
color: $white;
> * {
@ -232,9 +231,6 @@
border-top: none;
background-color: $secondary-color;
.slide{
.claim {
color: $body-font-color;
}
figure {
background-color: unset;
}

View File

@ -1,5 +1,7 @@
footer {
background-color: $secondary-color;
padding-left: $global-padding;
padding-right: $global-padding;
a {
color: $body-font-color;
&:hover {
@ -20,14 +22,28 @@ footer {
}
.logo {
}
.site-brand,.brand-logo {
&.archive{
&::before {
margin-top:unset;
}
}
&.eu {
&::before {
margin-top:unset;
max-width:100%;
}
}
}
.subsection {
@include breakpoint(small) {
@include xy-grid;
@include flex;
@include flex-align(left,bottom);
@include flex-align(left,middle);
border-top: 1px solid black;
padding: $global-padding 0;
font-size: $global-font-size * 0.8;
font-variant:all-small-caps;
&:first-child {
padding-top: $global-padding*3;
}