diff --git a/frontend/assets/css/historico.css b/frontend/assets/css/historico.css index a3b08ba..edd5b0d 100644 --- a/frontend/assets/css/historico.css +++ b/frontend/assets/css/historico.css @@ -32,6 +32,11 @@ gap: 32px; } +.historical-hero__layout--registry { + grid-template-columns: minmax(220px, 330px) minmax(0, 1fr); + column-gap: clamp(72px, 7vw, 140px); +} + .historical-hero__layout > * { min-width: 0; } @@ -45,6 +50,14 @@ max-width: 12ch; } +.historical-hero__layout--registry .historical-hero__copy { + max-width: min(100%, 760px); +} + +.historical-hero__layout--registry .historical-hero__title { + max-width: 18ch; +} + .historical-hero__text { max-width: 60ch; overflow-wrap: anywhere; @@ -1051,6 +1064,11 @@ max-width: 100%; } + .historical-hero__layout--registry .historical-hero__copy, + .historical-hero__layout--registry .historical-hero__title { + max-width: 100%; + } + .historical-map-hero { width: 100%; min-height: 190px; diff --git a/frontend/historico.html b/frontend/historico.html index 901e440..74127d2 100644 --- a/frontend/historico.html +++ b/frontend/historico.html @@ -22,7 +22,7 @@

Historico propio

-
+