diff --git a/index.html b/index.html index 871888b..8cb5b47 100644 --- a/index.html +++ b/index.html @@ -31,20 +31,20 @@ position: relative; } - .bg-video { + .title-video { width: 100%; height: 6em; overflow: hidden; object-fit: fill; } - .text { + .title-text { position: absolute; margin: 0; inset: 0; display: grid; place-items: start; - overflow-wrap: anywhere; + overflow: hidden; background-color: black; color: white; font-size: 90px; @@ -67,12 +67,12 @@
-