Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
Fixed main issue after style element fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Andrews committed May 14, 2019
1 parent 2f6ec46 commit 153adf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## 0.1.4 - Unreleased

### Fixed

- Fixes: `<main>` display broke after fixing `<style>` script

## 0.1.3 - 2019-05-14

### Added
Expand Down
3 changes: 2 additions & 1 deletion utils/styles/base/_page.scss
Expand Up @@ -16,10 +16,11 @@ html
body{
background: $base-background-color;
overflow: hidden;
width: 100vw;

main{
min-height: 80vh;
display: block;
width: 100%;
line-height: 0;
}
}
Expand Down

0 comments on commit 153adf8

Please sign in to comment.