Fix reflow on mobile when no alerts are present.

Co-Authored-By: Albert Juhé Lluveras <aljullu@gmail.com>
This commit is contained in:
Jeff Stieler 2019-05-23 11:10:41 -06:00 committed by GitHub
parent 5fc0f03713
commit 34b1c19456
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
}
@include breakpoint( '<782px' ) {
padding-top: $small-header-height + 40;
padding-top: 30px;
}
}