From ed9b8af81fd3672596aee28ebb85d800ceb2091f Mon Sep 17 00:00:00 2001 From: franlucas92 Date: Wed, 26 Jan 2022 18:19:52 +0100 Subject: [PATCH] Correciones del movil 6 --- index.html | 3 +-- styles/styles.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0cc4137..aa84e18 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,7 @@ - - + Google diff --git a/styles/styles.css b/styles/styles.css index ae4be49..e4238b5 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -24,7 +24,7 @@ html{ } .main-container{ width: 100%; - height: 100%; + height: 100vh; display: flex; flex-direction: column; justify-content: space-between;