Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
jorge | d90e95fe23 |
File diff suppressed because one or more lines are too long
|
@ -5,6 +5,7 @@
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
// margin-top:-$global-padding;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $global-padding*5;
|
height: $global-padding*5;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
@ -13,7 +14,7 @@
|
||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
@include breakpoint(small){
|
@include breakpoint(small){
|
||||||
max-width: 10rem;
|
max-width: 6rem;
|
||||||
margin-top: -3rem; //half of .logo size
|
margin-top: -3rem; //half of .logo size
|
||||||
}
|
}
|
||||||
@include breakpoint(medium){
|
@include breakpoint(medium){
|
||||||
|
@ -21,7 +22,7 @@
|
||||||
margin-top: -5rem; //half of .logo size
|
margin-top: -5rem; //half of .logo size
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.arc-hive,&archive{
|
&.arc-hive{
|
||||||
&::before {
|
&::before {
|
||||||
max-width: 10rem;
|
max-width: 10rem;
|
||||||
background-image: url('../img/ARC-HIVE-logo.svg');
|
background-image: url('../img/ARC-HIVE-logo.svg');
|
||||||
|
|
Loading…
Reference in New Issue