diff --git a/OgestanPlus/contenido/01.html b/OgestanPlus/contenido/01.html index 73aff55..7b528f9 100644 --- a/OgestanPlus/contenido/01.html +++ b/OgestanPlus/contenido/01.html @@ -27,9 +27,6 @@
-
- -

@@ -46,6 +43,9 @@
+
+ +
diff --git a/OgestanPlus/contenido/07.html b/OgestanPlus/contenido/07.html index 038a9a1..ccb842f 100644 --- a/OgestanPlus/contenido/07.html +++ b/OgestanPlus/contenido/07.html @@ -181,7 +181,7 @@ flex: 1; display: grid; grid-template-columns: 1fr; - grid-template-rows: 56% auto; + grid-template-rows: 60% auto; justify-content: center; align-items: center; } @@ -230,6 +230,24 @@ max-width: 65%; } + .grid-cierre { + grid-template-rows: 458px auto; + } + + .bg-pass { + background-image: none; + } + + .bg-fail { + background-image: none; + } + + } + + @media(min-width: 1400px) { + .m-h { + height: 100%; + } }
@@ -300,10 +318,14 @@