Skip to content

Commit

Permalink
Fix homepage overflow (#107)
Browse files Browse the repository at this point in the history
Home content area overflows when screen height is short:
Fixed by using min-height instead of fixed 100vh height.
  • Loading branch information
Track3 committed Oct 27, 2019
1 parent f6d80e4 commit a39f22f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ table {
//
#spotlight {
display: flex;
height: 100vh;
min-height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
Expand Down

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"css/style.min.5ee5e7976cd09872c64e40a582206543f6aa38c69a8c43898aadc70040344b92.css","MediaType":"text/css","Data":{"Integrity":"sha256-XuXnl2zQmHLGTkClgiBlQ/aqOMaajEOJiq3HAEA0S5I="}}
{"Target":"css/style.min.657bcb7af31123e4156b1a3d2ff60a636717e54ead74f882136b5114cf72b55e.css","MediaType":"text/css","Data":{"Integrity":"sha256-ZXvLevMRI+QVaxo9L/YKY2cX5U6tdPiCE2tRFM9ytV4="}}

0 comments on commit a39f22f

Please sign in to comment.