Compare commits

...

2 Commits

Author SHA1 Message Date
perro tuerto e66c9e70b1 Arreglo 2024-01-02 11:16:20 -08:00
perro tuerto 1bec6a497c Arreglo de listados 2024-01-02 11:08:39 -08:00
5 changed files with 28 additions and 349 deletions

View File

@ -64,13 +64,13 @@ body * {
font-style: normal;
}
body b {
body b, body strong {
font-family: "AlegreyaSansBold", sans-serif;
font-weight: bold;
font-style: normal;
}
body i {
body i, body em {
font-family: "AlegreyaSansItalic", sans-serif;
font-weight: normal;
font-style: italic;
@ -311,6 +311,11 @@ details blockquote {
margin: 1rem 0 1rem 1rem;
}
details ul {
list-style: disc;
margin-left: 1rem;
}
footer {
margin-top: 2rem;
padding: 1em 25%;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -64,13 +64,13 @@ body * {
font-style: normal;
}
body b {
body b, body strong {
font-family: "AlegreyaSansBold", sans-serif;
font-weight: bold;
font-style: normal;
}
body i {
body i, body em {
font-family: "AlegreyaSansItalic", sans-serif;
font-weight: normal;
font-style: italic;
@ -311,6 +311,11 @@ details blockquote {
margin: 1rem 0 1rem 1rem;
}
details ul {
list-style: disc;
margin-left: 1rem;
}
footer {
margin-top: 2rem;
padding: 1em 25%;