Adding black border to articles images.

This commit is contained in:
sergiotarxz 2023-05-02 01:03:32 +02:00
parent 61f391b4fb
commit 8c617bed1d
2 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,8 @@ body {
display: flex;
flex-direction: row;
flex-wrap: wrap; }
body div.page-contents div.description div.articles img {
border: solid 1px black; }
body div.page-contents div.description div.articles a {
width: 100%;
display: block;

View File

@ -97,6 +97,9 @@ body {
display: flex;
flex-direction: row;
flex-wrap: wrap;
img {
border: solid 1px black;
}
a {
width: 100%;
display:block;