Fix maximize modal

This commit is contained in:
Robbie Antenesse 2019-05-13 10:49:29 -06:00
parent a321ae1582
commit c76814b7ca
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ $nav-font-height: 16px;
.maximize-modal {
section {
top: ($general-padding * 2) + $nav-font-height + 13px;;
top: ($general-padding * 2) + $nav-font-height + 15px;
bottom: ($general-padding * 2) + $nav-font-height + 10px;
overflow: hidden;
padding: 0;