Skip to content

Commit 23bafe2

Browse files
committed
Fix for larger browsers - bg image height
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent 899e0e3 commit 23bafe2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

summit/css/combined.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,12 @@ footer {
11211121
max-height: 600px;
11221122
}
11231123

1124+
@media (min-width: 1200px) {
1125+
.tokyo-landing-wrapper.boston {
1126+
max-height: 0px;
1127+
}
1128+
}
1129+
11241130
/*Tokyo Summit Landing Page*/
11251131
.tokyo-landing-wrapper {
11261132
position: relative;
@@ -1318,7 +1324,7 @@ a.current-summit-link {
13181324
color: #ffd602;
13191325
}
13201326

1321-
a.sponsors_button {
1327+
a.sponsors_button, a:visited.sponsors_button {
13221328
border: none;
13231329
padding: 1.3rem 3.5rem;
13241330
text-decoration: none;

0 commit comments

Comments
 (0)