Compare commits

..

1 Commits

2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,7 @@
&:before {
content: '';
display:inline-block;
// margin-top:-$global-padding;
width: 100%;
height: $global-padding*5;
background-size: contain;
@ -13,7 +14,7 @@
}
.logo {
@include breakpoint(small){
max-width: 10rem;
max-width: 6rem;
margin-top: -3rem; //half of .logo size
}
@include breakpoint(medium){
@ -21,7 +22,7 @@
margin-top: -5rem; //half of .logo size
}
}
&.arc-hive,&archive{
&.arc-hive{
&::before {
max-width: 10rem;
background-image: url('../img/ARC-HIVE-logo.svg');