Minor Fixes in Home Page

This commit is contained in:
2023-12-28 02:59:32 -03:00
parent 47fe083c97
commit f6c0cb1ca1
3 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,10 @@
display: flex;
align-items: center;
}
.stack-card-image::selection,
.stack-card-image *::selection {
background: transparent;
}
.stack-card-body {
padding: 10px;