corrected typo in footer so logo is properly aligned
This commit is contained in:
parent
8282977921
commit
b03719ecc0
File diff suppressed because one or more lines are too long
|
@ -24,7 +24,7 @@ footer {
|
|||
.logo {
|
||||
}
|
||||
.site-brand,.brand-logo {
|
||||
&.archive{
|
||||
&.archive,&.arc-hive{
|
||||
&::before {
|
||||
margin-top:unset;
|
||||
}
|
||||
|
@ -32,7 +32,6 @@ 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,7 +58,6 @@ footer {
|
|||
padding: $global-padding;
|
||||
font-size: $global-font-size * 0.8;
|
||||
&:first-child {
|
||||
//padding-top: $global-padding*3;
|
||||
}
|
||||
.co-founded {
|
||||
text-align:right;
|
||||
|
|
Loading…
Reference in New Issue