Adding more margin to articles.

This commit is contained in:
sergiotarxz 2022-11-16 13:25:18 +01:00
parent 19f6904fc2
commit 210eabcf14
1 changed files with 2 additions and 2 deletions

View File

@ -293,8 +293,8 @@ body {
margin-top: auto; margin-top: auto;
div.articles { div.articles {
a { a {
width: 49%; width: 45%;
margin-left: 1%; margin-left: 5%;
} }
} }
} }