Skip to content

Commit 71322c0

Browse files
authored
Merge pull request #4 from andrewda/screen-size
Make area fit to screen
2 parents 7e5ef62 + 3ab7239 commit 71322c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/public/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ header{
102102
#area{
103103
width: 100%;
104104
position: relative;
105+
height: calc(100vh - 70px);
105106
}
106107

107108
circle {

0 commit comments

Comments
 (0)