From 9878aad8123d06dea9be5eca93fb9c46347c9c3e Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 5 May 2023 16:32:41 +0200 Subject: [PATCH] Experiment with change in font-size. --- content/categories/donde-comer.xml | 3 ++- public/css/styles.css | 31 ++-------------------- public/css/styles.scss | 41 +----------------------------- 3 files changed, 5 insertions(+), 70 deletions(-) diff --git a/content/categories/donde-comer.xml b/content/categories/donde-comer.xml index e22fa54..8dc5814 100644 --- a/content/categories/donde-comer.xml +++ b/content/categories/donde-comer.xml @@ -1,7 +1,8 @@ Donde comer en Burguillos. - Cartas y Menús. -

Aquí puedes encontrar información acerca de los comercios de hostelería de Burguillos.

+

Descubre los bares y restaurantes de Burguillos con sus cartas, menús y datos de contacto.

+

Aquí puedes encontrar información acerca de los negocios de hostelería de Burguillos.

Disfruta tu comida.

¿Quieres que tu comercio aparezca aquí? Contacta con contact@owlcode.tech

diff --git a/public/css/styles.css b/public/css/styles.css index c1cbfaf..9fa38f5 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -49,18 +49,6 @@ body { border-collapse: collapse; padding-right: 10px; margin: 0; } - body div.page-contents th, body div.page-contents td { - font-size: 15px; } - body div.page-contents b, body div.page-contents p, body div.page-contents li { - font-size: 40px; } - body div.page-contents h4 { - font-size: 40px; } - body div.page-contents h3 { - font-size: 47px; } - body div.page-contents h2 { - font-size: 53px; } - body div.page-contents h1 { - font-size: 60px; } body div.page-contents div.description { word-wrap: break-word; padding: 1%; @@ -95,24 +83,12 @@ body { border: 3px solid black; } body div.page-contents div.description div.articles a article p, body div.page-contents div.description div.articles a article h4, body div.page-contents div.description div.articles a article h3, body div.page-contents div.description div.articles a article h2 { margin: 0px; } - body div.page-contents div.description div.articles a article b, body div.page-contents div.description div.articles a article p { - font-size: 38px; } - body div.page-contents div.description div.articles a article h4 { - font-size: 44px; } - body div.page-contents div.description div.articles a article h3 { - font-size: 47px; } - body div.page-contents div.description div.articles a article h2 { - font-size: 53px; } - body div.page-contents div.description div.articles a article h1 { - font-size: 60px; } body div.page-contents div.description div.articles a article:hover { background: blueviolet; color: #f2eb8c; } body div.page-contents div.description div.articles a article p.date { - font-size: 20px; text-align: right; } body div.page-contents div.description div.articles a article p.author { - font-size: 30px; text-align: right; } body div.page-contents div.description a.suscribe-category-rss { background: blueviolet; @@ -141,7 +117,7 @@ body { body div.page-contents nav { overflow: auto; display: block; - font-size: 35px; + font-size: 25px; margin: 0px; } body div.page-contents nav a.go-to-index img { margin-top: 5%; } @@ -186,8 +162,7 @@ body { body div.page-contents nav.mobile-foldable.show { display: block; } body div.page-contents h1 { - text-align: center; - font-size: 50px; } + text-align: center; } body div.page-contents div.footer p, body div.page-contents div.footer h1, body div.page-contents div.footer h2, body div.page-contents div.footer h3, body div.page-contents div.footer h4, body div.page-contents div.footer a { font-size: initial; } body div.page-contents div.footer a.suscribe-category-rss { @@ -202,8 +177,6 @@ body { left: 5%; height: 100%; width: 90%; } - body div.page-contents th, body div.page-contents td { - font-size: 40px; } body div.page-contents nav.mobile-foldable, body div.page-contents nav.mobile-foldable.show { display: none; } body div.page-contents div.description { diff --git a/public/css/styles.scss b/public/css/styles.scss index 7e91caf..317f390 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -66,24 +66,6 @@ body { padding-right: 10px; margin: 0; } - th,td { - font-size: 15px; - } - b,p,li { - font-size: 40px; - } - h4 { - font-size: 40px; - } - h3 { - font-size: 47px; - } - h2 { - font-size: 53px; - } - h1 { - font-size: 60px; - } div.description { input { display: block; @@ -118,21 +100,6 @@ body { p,h4,h3,h2 { margin: 0px; } - b,p { - font-size: 38px; - } - h4 { - font-size: 44px; - } - h3 { - font-size: 47px; - } - h2 { - font-size: 53px; - } - h1 { - font-size: 60px; - } padding: 5%;; padding-top: 1%; background: $color_div; @@ -144,11 +111,9 @@ body { color: $color_div; } p.date { - font-size: 20px; text-align: right; } p.author { - font-size: 30px; text-align: right; } } @@ -188,7 +153,7 @@ body { nav { overflow: auto; display: block; - font-size: 35px; + font-size: 25px; margin: 0px; a.go-to-index img { margin-top: 5%; @@ -255,7 +220,6 @@ body { h1 { text-align: center; - font-size: 50px; } div.footer { @@ -277,9 +241,6 @@ body { @media (min-width: 1100px) { body { div.page-contents { - th,td { - font-size: 40px; - } nav.mobile-foldable,nav.mobile-foldable.show { display: none; }