Further style improve.

This commit is contained in:
Sergiotarxz 2023-12-02 21:28:37 +01:00
parent 35bcc8852a
commit 7a8306afad
2 changed files with 10 additions and 8 deletions

View File

@ -143,9 +143,10 @@ body {
body div.carousel a:hover, body div.carousel a:focus { body div.carousel a:hover, body div.carousel a:focus {
background: blueviolet; background: blueviolet;
color: #f2eb8c; } color: #f2eb8c; }
body div.carousel div.promoted-tag, body div.carousel h3 { body div.carousel a p {
margin: 0; margin-bottom: 1px; }
margin-right: 5px; } body div.carousel a h4 {
margin: 0; }
body div.carousel img { body div.carousel img {
margin: 10px; margin: 10px;
height: calc(100% - 20px); height: calc(100% - 20px);

View File

@ -210,11 +210,12 @@ body {
background: $background_div; background: $background_div;
color: $color_div; color: $color_div;
} }
} p {
margin-bottom: 1px;
div.promoted-tag, h3 { }
margin: 0; h4 {
margin-right: 5px; margin: 0;
}
} }
img { img {