diff --git a/style.css b/style.css index d52f3e1..8150946 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ body{ display: flex; justify-content: center; align-items: center; - min-height: 100vh; + min-height: 100vmin; background: #333; background-image: url("./img/pc.jpg"); background-repeat: no-repeat; @@ -157,7 +157,7 @@ span p{ transform: translate(-50%, -50%); width: 100%; - height: 100%; + height: 100vmin; backdrop-filter: blur(10px); }