diff --git a/src/styles/global.css b/src/styles/global.css index 2221a95..5880d30 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -45,4 +45,21 @@ body { font-weight: 700; text-align: left; font-family: var(--font-secondary); +} + +/* Tablet */ +@media (max-width: 1024px) { + .content h1 { + display: none; + } +} + +/* Celular */ +@media (max-width: 767px) { + .content h1 { + font-size: 22px; + margin-bottom: 20px; + line-height: 120%; + text-align: left; /* puedes cambiar a center si quieres */ + } } \ No newline at end of file