Compare commits
No commits in common. "aefde4a14fd2a1dbd4f0d23f34f536d4fa502110" and "42ae15c4c464448070f4471610d7d3cb407beb08" have entirely different histories.
aefde4a14f
...
42ae15c4c4
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,4 @@
|
||||||
footer {
|
footer {
|
||||||
margin-top: $global-margin;
|
|
||||||
background-color: $secondary-color;
|
background-color: $secondary-color;
|
||||||
a {
|
a {
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
|
@ -25,7 +24,7 @@ footer {
|
||||||
.logo {
|
.logo {
|
||||||
}
|
}
|
||||||
.site-brand,.brand-logo {
|
.site-brand,.brand-logo {
|
||||||
&.archive,&.arc-hive{
|
&.archive{
|
||||||
&::before {
|
&::before {
|
||||||
margin-top:unset;
|
margin-top:unset;
|
||||||
}
|
}
|
||||||
|
@ -33,6 +32,7 @@ footer {
|
||||||
&.eu {
|
&.eu {
|
||||||
&::before {
|
&::before {
|
||||||
@include breakpoint(small) {
|
@include breakpoint(small) {
|
||||||
|
// background-image: url('../img/eu_flag_creative_europe_co_funded_black_right.svg');
|
||||||
background-position-x: right;
|
background-position-x: right;
|
||||||
max-width: 50vw;
|
max-width: 50vw;
|
||||||
margin-top:unset;
|
margin-top:unset;
|
||||||
|
@ -59,6 +59,7 @@ footer {
|
||||||
padding: $global-padding;
|
padding: $global-padding;
|
||||||
font-size: $global-font-size * 0.8;
|
font-size: $global-font-size * 0.8;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
//padding-top: $global-padding*3;
|
||||||
}
|
}
|
||||||
.co-founded {
|
.co-founded {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
|
|
Loading…
Reference in New Issue