From 5a1f7ac2e5a1ba7a1a3238396202b2929b0d242e Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 6 Mar 2022 01:20:17 -0300 Subject: [PATCH] drip: Cambiar estilo de titulos --- drip.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drip.css b/drip.css index 8690292..24e3769 100644 --- a/drip.css +++ b/drip.css @@ -6,6 +6,15 @@ body { padding: 0.5rem; } +header { + margin: 2rem 0; + text-align: center; +} + +h2 { + border-bottom: black solid 1px; +} + img, video { max-width: 100%;