Skip to content
Snippets Groups Projects
Commit 7466f58f authored by Jonas Leder's avatar Jonas Leder
Browse files

set body height to 100vh

parent fc583bd6
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ body {
background-size: cover;
background-repeat: no-repeat;
background-position: left center;
padding: 0;
margin: 0;
height: 100vh;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment