Commit add521cdc619e70b2d8e0fcae299822cddef4506

Authored by Marcelo Puebla
1 parent feab9cd55e

Fix en body

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
... ... @@ -15,9 +15,8 @@
15 15  
16 16 html,
17 17 body {
18   - min-height: 100vh;
19 18 max-height: 100vh;
20   - height: 100vh;
  19 + height: 100%;
21 20 font-family: "Gotham";
22 21 overflow: hidden;
23 22 user-select: none;