Fix desktop view logo positioning issues
This commit is contained in:
parent
db13248e6f
commit
1a8c4843c0
|
@ -11,16 +11,13 @@ body.page-sub{
|
|||
}
|
||||
|
||||
#header {
|
||||
margin-top: -20px;
|
||||
|
||||
.navbar-brand {
|
||||
.logo{
|
||||
width: $project-logo-width;
|
||||
height: $project-logo-height;
|
||||
font-size: 0px;
|
||||
font-family: $font-family-klavika;
|
||||
background: image-url('logo-header.svg') 0 0 no-repeat;
|
||||
background-position: 0 40%;
|
||||
background: image-url('logo-header.svg') 0 32% no-repeat;
|
||||
|
||||
&:hover{
|
||||
opacity: .6;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
// Variables
|
||||
$project-logo-width: 163px;
|
||||
$project-logo-height: 42px;
|
||||
$project-logo-height: 90px;
|
||||
$project-logo-pad-left: 8px;
|
||||
|
||||
// Mixins
|
||||
|
|
Loading…
Reference in New Issue