From 35824b34a6fb2f54ab9b6d5be25a4498360b993f Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 19 Nov 2021 08:13:39 -0300 Subject: [PATCH] css index background --- curriculumsearch/src/main/webapp/css/indexStyle.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/curriculumsearch/src/main/webapp/css/indexStyle.css b/curriculumsearch/src/main/webapp/css/indexStyle.css index 5fb3cfd..4f283ad 100644 --- a/curriculumsearch/src/main/webapp/css/indexStyle.css +++ b/curriculumsearch/src/main/webapp/css/indexStyle.css @@ -1,9 +1,8 @@ body{ background-image:url(/img/fondoIndex.jpg); - background-position: center; background-repeat: no-repeat; background-size: cover; - height:100%;width:100vw; + height:100vh;width:100vw; position: absolute; -webkit-text-size-adjust: 100%; } \ No newline at end of file -- libgit2 0.26.0