Skip to content

Commit f11f98e

Browse files
committed
fixed responsiveness on teams page; courtesy Aditya Thakkar
1 parent a7ee206 commit f11f98e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_sass/base.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ main{
148148
text-shadow: 0 0 20px black;
149149
}
150150

151+
@include media-query($on-palm) {
152+
.page-has-picture {
153+
height: 40svh;
154+
}
155+
}
156+
151157

152158
@import "index";
153159
@import "post";

0 commit comments

Comments
 (0)