Skip to content

Commit 028565e

Browse files
authored
100vh only for apps section
1 parent 633d542 commit 028565e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ pre {
491491
.apps-section {
492492
position: relative;
493493
overflow: hidden;
494-
height: 80vh;
494+
height: 100vh;
495495
min-height: 600px;
496496
margin: 6rem calc(-50vw + 50%);
497497
margin-left: -50vw;

0 commit comments

Comments
 (0)