Compare commits

..

No commits in common. "aefde4a14fd2a1dbd4f0d23f34f536d4fa502110" and "42ae15c4c464448070f4471610d7d3cb407beb08" have entirely different histories.

2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,4 @@
footer {
margin-top: $global-margin;
background-color: $secondary-color;
a {
color: $body-font-color;
@ -25,7 +24,7 @@ footer {
.logo {
}
.site-brand,.brand-logo {
&.archive,&.arc-hive{
&.archive{
&::before {
margin-top:unset;
}
@ -33,6 +32,7 @@ footer {
&.eu {
&::before {
@include breakpoint(small) {
// background-image: url('../img/eu_flag_creative_europe_co_funded_black_right.svg');
background-position-x: right;
max-width: 50vw;
margin-top:unset;
@ -59,6 +59,7 @@ footer {
padding: $global-padding;
font-size: $global-font-size * 0.8;
&:first-child {
//padding-top: $global-padding*3;
}
.co-founded {
text-align:right;