Experiment with change in font-size.

This commit is contained in:
sergiotarxz 2023-05-05 16:32:41 +02:00
parent a1c1907756
commit 9878aad812
3 changed files with 5 additions and 70 deletions

View File

@ -1,7 +1,8 @@
<category>
<title>Donde comer en Burguillos. - Cartas y Menús.</title>
<description>
<p>Aquí puedes encontrar información acerca de los comercios de hostelería de Burguillos.</p>
<h2>Descubre los bares y restaurantes de Burguillos con sus cartas, menús y datos de contacto.</h2>
<p>Aquí puedes encontrar información acerca de los negocios de hostelería de Burguillos.</p>
<p>Disfruta tu comida.</p>
<p>¿Quieres que tu comercio aparezca aquí? Contacta con <a href="mailto:contact@owlcode.tech">contact@owlcode.tech</a></p>
</description>

View File

@ -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 {

View File

@ -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;
}