Skip to content

Commit 6144b47

Browse files
committed
Fix for scrolling issue on landing page
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent 4d79336 commit 6144b47

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

summit/css/combined.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,16 +1117,9 @@ footer {
11171117
-webkit-background-size: cover;
11181118
-moz-background-size: cover;
11191119
-o-background-size: cover;
1120-
overflow: scroll;
11211120
max-height: 600px;
11221121
}
11231122

1124-
@media (min-width: 1200px) {
1125-
.tokyo-landing-wrapper.boston {
1126-
max-height: 900px;
1127-
}
1128-
}
1129-
11301123
/*Tokyo Summit Landing Page*/
11311124
.tokyo-landing-wrapper {
11321125
position: relative;
@@ -1398,10 +1391,10 @@ a.sponsors_button, a:visited.sponsors_button {
13981391
text-align: center;
13991392
margin:0 !important;
14001393
}
1401-
@media (min-width: 1200px) {
1394+
@media (min-width: 1300px) {
14021395
.future-text-wrapper.blue {
14031396
height:100%;
1404-
max-height: 700px;
1397+
max-height: 500px;
14051398
}
14061399
}
14071400
.future-text-wrapper.yellow {

0 commit comments

Comments
 (0)