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