updated styles.css: change font size and articles title padding bottom

This commit is contained in:
Kevin Gonzalez 2024-08-19 01:19:19 +09:00
parent 64a0a4e1e7
commit fe17cee2f0
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
* { * {
font-family: "luciole", "helvetica", "consolas", "sans-serif"; font-family: "luciole", "helvetica", "consolas", "sans-serif";
font-size: 19px; font-size: 17px;
} }
/* Variables */ /* Variables */
@ -214,6 +214,7 @@ footer {
.titre_article_liste { .titre_article_liste {
font-size: 1.2em; font-size: 1.2em;
padding-top: 15px; padding-top: 15px;
padding-bottom: 1%;
} }
.post-link { .post-link {