This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web/components/IndexGallery/IndexGallery.module.scss
2024-02-06 12:39:24 +01:00

15 lines
195 B
SCSS

.image:hover {
cursor: pointer;
}
.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.subtitle {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}