fix some margins on cards
This commit is contained in:
parent
de3df7411a
commit
2f8b45d9c5
3 changed files with 3 additions and 3 deletions
|
|
@ -11101,7 +11101,7 @@ a.card.is-dandelion:hover > .card-image {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
transform: translateX(-2rem);
|
transform: translateX(-2rem);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
margin-right: -1.2em;
|
margin-right: -1rem;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-shadow: 1px 1px #878787;
|
text-shadow: 1px 1px #878787;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -179,7 +179,7 @@ a.card.is-dandelion:hover {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
transform: translateX(-2rem);
|
transform: translateX(-2rem);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
margin-right: -1.2em;
|
margin-right: -1rem;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-shadow: 1px 1px #878787;
|
text-shadow: 1px 1px #878787;
|
||||||
@media (width > 1500px) {
|
@media (width > 1500px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue