Skip to content

Commit 9372e29

Browse files
committed
start screen header min-height
1 parent 600b167 commit 9372e29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/containers/_setupScreen.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
.setup {
22
$active-border-color: rgba(255, 255, 255, .5);
33
--active-border-color: $active-border-color;
4-
--setup-header-height: 23vh;
4+
--setup-header-height: 25vh;
55
display: flex;
66
flex-direction: column;
77
height: 100%;
88
width: 80vw;
9+
min-height: 200px;
910

1011
&__header {
1112
align-items: flex-end;

0 commit comments

Comments
 (0)