Skip to content

Commit 524e79d

Browse files
committed
adjust height for iphone 12 pro
1 parent 9cb6eef commit 524e79d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

client/src/App.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
}
77

88
#logo {
9-
padding-bottom: 1.5em;
109
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
1110
font-size: 2vh;
1211
color: light-dark(#ccc, #444);
1312
font-weight: bold;
14-
height: 40px;
1513
}
1614

1715
button {
@@ -98,16 +96,12 @@ button {
9896
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
9997
font-size: 3vw;
10098
font-weight: bold;
101-
padding-bottom: 0px;
102-
padding-bottom:5vh;
10399
}
104100

105101
#definition {
106102
display:grid;
107103
flex-direction: row;
108104
align-items: center;
109-
/* margin-top: 0px; */
110-
/* margin-bottom: 0px; */
111105
font-size: 16px;
112106
height: 20vh;
113107
padding-left: 2em;
@@ -125,7 +119,7 @@ button {
125119
}
126120

127121
#word-container {
128-
height: 15vh;
122+
/* height: 15vh; */
129123
}
130124

131125
#word-container .square {

0 commit comments

Comments
 (0)