Fix reflow on mobile when no alerts are present.
Co-Authored-By: Albert Juhé Lluveras <aljullu@gmail.com>
This commit is contained in:
parent
5fc0f03713
commit
34b1c19456
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
@include breakpoint( '<782px' ) {
|
||||
padding-top: $small-header-height + 40;
|
||||
padding-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue