Improving article list view.

This commit is contained in:
sergiotarxz 2022-11-16 13:15:45 +01:00
parent 80261c652c
commit 1994c2f424
1 changed files with 2 additions and 2 deletions

View File

@ -121,12 +121,12 @@ body {
h1 {
font-size: 60px;
}
border-radius: 20px;
padding: 5%;;
padding-top: 1%;
background: $color_div;
color: $background_div;
border: 3px solid $background_div;
box-shadow: 8px 8px 1px 0px #8ddfd6;
border: 3px solid black;
&:hover {
background: $background_div;
color: $color_div;