Skip to content

Commit 3ab7239

Browse files
committed
Make area fit to screen
1 parent 7e5ef62 commit 3ab7239

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)