updated styles.css: change font size and articles title padding bottom
This commit is contained in:
parent
64a0a4e1e7
commit
fe17cee2f0
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
* {
|
||||
font-family: "luciole", "helvetica", "consolas", "sans-serif";
|
||||
font-size: 19px;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
/* Variables */
|
||||
|
|
@ -214,6 +214,7 @@ footer {
|
|||
.titre_article_liste {
|
||||
font-size: 1.2em;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 1%;
|
||||
}
|
||||
|
||||
.post-link {
|
||||
|
|
|
|||
Loading…
Reference in New Issue