From 1399876f27153969e58e3c5a8a6ce3058ee035ef Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 8 Jan 2024 10:16:22 +0100 Subject: =?UTF-8?q?Algunas=20notas=20preliminares=20m=C3=A1s=20espec=C3=AD?= =?UTF-8?q?ficas=20sobre=20el=20cubo=20que=20no=20estaban=20subidas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index ff18c99..9ae385b 100644 --- a/css/style.css +++ b/css/style.css @@ -84,6 +84,13 @@ h2 { line-height: 1.2em; } +h3 { + font-size: 1.8em; + text-align: center; + margin: 40px 0; + line-height: 1.0em; +} + p { font-size: 1.1em; text-indent: 2em; @@ -181,6 +188,10 @@ video { align-content: space-around; } +.cardCollection > * { + width: 33%; +} + .collection > * { margin: 2% 0; } -- cgit v1.2.1