Skip to content

Commit 7ead31b

Browse files
committed
IE 11 support, no arrow transition on mobile
1 parent c8626d0 commit 7ead31b

2 files changed

Lines changed: 48 additions & 11 deletions

File tree

package-lock.json

Lines changed: 36 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.css

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if there's any unexpected styling (esp. coloring), check node_modules\bootstrap\
77

88
:root{
99
--dullblue: #465491;
10+
--white: #FFFFFF;
1011

1112
/*for hover transparency transitions*/
1213
--dullblueRGBA1: #46549100;
@@ -27,6 +28,13 @@ body{
2728
html, body, #root, #app, .full-height{
2829
height: 100%;
2930
}
31+
32+
.flex-container{
33+
display: flex;
34+
align-items: center;
35+
flex-shrink: 0;
36+
}
37+
3038
.full-height{
3139
height: calc(100% - 445px); /* not really a good way to do it, will probably change to flex column layout */
3240
display: flex;
@@ -50,7 +58,7 @@ html, body, #root, #app, .full-height{
5058

5159
#mlh-badge{
5260
position: absolute;
53-
width: 100px;
61+
height: 175px;
5462
margin-left: 50px;
5563
}
5664

@@ -95,10 +103,6 @@ html, body, #root, #app, .full-height{
95103
text-align: center;
96104
margin: auto;
97105
}
98-
.flex-container{
99-
display: flex;
100-
align-items: center;
101-
}
102106
.left-half, .right-half{
103107
flex: 50%;
104108
}
@@ -202,7 +206,7 @@ mobile has scaling widths and font sizes
202206
}
203207

204208
#mlh-badge{
205-
width: 80px;
209+
height: 150px;
206210
margin-left: 40px;
207211
}
208212

@@ -253,9 +257,9 @@ mobile has scaling widths and font sizes
253257
#mlh-badge{
254258
/*68 px is the current height of the nav bar
255259
will think of a better way to structure this later*/
260+
width: default;
256261
height: max(68px, 35px + 10vh);
257-
width: auto;
258-
262+
259263
margin-left: 15px;
260264
}
261265

0 commit comments

Comments
 (0)