From 47f1d0345b090ac9ade5f7c2e7ffae18d53e6250 Mon Sep 17 00:00:00 2001 From: BURDOTATTOO <116234944+BURDOTATTOO@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:59:28 +0200 Subject: [PATCH] Update estilos.css --- css/estilos.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/estilos.css b/css/estilos.css index 72aa7ab..4190baa 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -919,3 +919,15 @@ footer { background: #FAAC58; color:#222; } + + + +@media only screen and (max-width: 768px) { + .queryvideoinitial { + flex-direction: column; + align-items: center; + } + h1 { + margin-top: 2%; + } + }