Skip to content

Commit c96f092

Browse files
committed
Fix bio section on mobile
1 parent b379061 commit c96f092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stylesheets/main.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ header {
334334
position: absolute;
335335
width: 100%;
336336
bottom: 0;
337-
height: 10em;
337+
height: 13em;
338+
@media (min-width: @screen-sm) { height: 10em; }
338339
background-color: rgba(0, 0, 0, 0.4);
339340
white-space: nowrap;
340341
& > div {

0 commit comments

Comments
 (0)