From 3f16fbd1f5c61ec8a8d545040eea4bb4b10f9884 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 11 Nov 2022 02:40:52 +0100 Subject: [PATCH] Changing the way rss feeds are presented in the front. --- public/css/styles.scss | 12 ++++++++ templates/layouts/default.html.ep | 51 +++++++++++++++++-------------- templates/page/index.html.ep | 11 ++++--- 3 files changed, 46 insertions(+), 28 deletions(-) diff --git a/public/css/styles.scss b/public/css/styles.scss index ffad11f..70b1320 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -208,6 +208,18 @@ body { font-size: 50px; } + div.footer { + p,h1,h2,h3,h4,a { + font-size: initial; + } + a.suscribe-category-rss { + padding: 7px; + } + a.suscribe-category-rss,a.suscribe-category-rss > img { + width: 20px; + height: 20px; + } + } } } diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 498ddfd..366dce8 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -14,29 +14,34 @@
- - - + + + - <%= content %> + <%= content %> +
+
diff --git a/templates/page/index.html.ep b/templates/page/index.html.ep index ac09d15..ca44684 100644 --- a/templates/page/index.html.ep +++ b/templates/page/index.html.ep @@ -36,9 +36,10 @@

Parece que aun no hay artículos.

% } - -

Suscribete a esta categoría.

+ +

Suscribete a esta categoría.

- - Icono de suscripción rss - + + Icono de suscripción rss + +