fix style

This commit is contained in:
SrGooglo 2022-12-20 13:33:04 +00:00
parent 84f16fe8ab
commit 2399ebc1fc

View File

@ -46,8 +46,7 @@
.content {
display: flex;
fle
x-direction: column;
flex-direction: column;
align-self: flex-end;
width: 100%;
@ -63,6 +62,8 @@
font-weight: 700;
font-family: "Space Grotesk", sans-serif;
color: inherit;
overflow: hidden;
text-overflow: ellipsis;
@ -73,6 +74,8 @@
font-size: 0.8rem;
font-weight: 400;
color: inherit;
overflow: hidden;
text-overflow: ellipsis;
@ -92,5 +95,9 @@
right: 0;
padding: 10px;
svg, span {
color: inherit;
}
}
}