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 + +