|
|
|
@ -1082,6 +1082,7 @@ button { |
|
|
|
|
align-items: center; |
|
|
|
|
grid-template-columns: minmax(10px, 1fr) minmax(200px, auto) minmax(10px, 1fr); |
|
|
|
|
grid-template-rows: 10px minmax(10px, 1fr) 10px; |
|
|
|
|
min-height: 100vh; |
|
|
|
|
} |
|
|
|
|
.modalOverlaySplash { |
|
|
|
|
position: fixed; |
|
|
|
@ -1095,6 +1096,7 @@ button { |
|
|
|
|
align-items: center; |
|
|
|
|
grid-template-columns: minmax(10px, 1fr) minmax(200px, auto) minmax(10px, 1fr); |
|
|
|
|
grid-template-rows: 10px minmax(10px, 1fr) minmax(10px, auto); |
|
|
|
|
min-height: 100vh; |
|
|
|
|
} |
|
|
|
|
.modalOverlaySplash > footer { |
|
|
|
|
grid-column: 1 / span 3; |
|
|
|
|