🐛 (body) remove min height for body tag

This commit is contained in:
Julien Calixte
2019-12-17 21:28:14 +01:00
parent 58701a6ebc
commit 946831c88d

View File

@@ -17,7 +17,6 @@ html {
body {
background-color: white;
min-height: 100vh;
padding: 15px 0 0;
}