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 {
background: blueviolet;
color: #f2eb8c; }
body div.carousel div.promoted-tag, body div.carousel h3 {
margin: 0;
margin-right: 5px; }
body div.carousel a p {
margin-bottom: 1px; }
body div.carousel a h4 {
margin: 0; }
body div.carousel img {
margin: 10px;
height: calc(100% - 20px);

View File

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