Skip to content

Commit 936e513

Browse files
committed
Final fix for lager browsers
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent 23bafe2 commit 936e513

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

summit/css/combined.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ footer {
11231123

11241124
@media (min-width: 1200px) {
11251125
.tokyo-landing-wrapper.boston {
1126-
max-height: 0px;
1126+
max-height: 900px;
11271127
}
11281128
}
11291129

@@ -1390,12 +1390,20 @@ a.sponsors_button, a:visited.sponsors_button {
13901390
border-radius: 25px;
13911391
}
13921392
.future-text-wrapper.blue {
1393+
height:100%;
13931394
min-height:200px;
1395+
max-height:300px;
13941396
width: 100%;
13951397
background-color: #00468b;
13961398
text-align: center;
13971399
margin:0 !important;
13981400
}
1401+
@media (min-width: 1200px) {
1402+
.tokyo-landing-wrapper.boston {
1403+
height:100%;
1404+
max-height: 700px;
1405+
}
1406+
}
13991407
.future-text-wrapper.yellow {
14001408
min-height:2px;
14011409
width: 100%;

0 commit comments

Comments
 (0)