Skip to content

Commit faa2787

Browse files
authored
Fix/unresponsive sponsorship images in smaller screens (#454)
* adjusted sponsors image logos for smaller screens * Linting tests passing
1 parent 2bdec85 commit faa2787

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/css/bpd.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,3 +510,10 @@ ul.speaking-list {
510510
width: 100%;
511511
height: 100%;
512512
}
513+
514+
/* Adjust sponsors images on smaller screens */
515+
@media (max-width: 600px) {
516+
.grid img {
517+
max-width: 60%;
518+
}
519+
}

0 commit comments

Comments
 (0)