7 lines
131 B
SCSS
7 lines
131 B
SCSS
#header {
|
|
height: (map.get($heights, 'cabezal'))+rem;
|
|
|
|
background-size: 160%;
|
|
background-position: bottom rem(-40) center;
|
|
}
|