Further style improve.
This commit is contained in:
parent
35bcc8852a
commit
7a8306afad
@ -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);
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user