1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-22 17:23:54 +01:00
umami/components/WebsiteList.module.css
2020-08-18 00:51:32 -07:00

11 lines
168 B
CSS

.website {
padding-bottom: 30px;
border-bottom: 1px solid var(--gray300);
margin-bottom: 30px;
}
.website:last-child {
border-bottom: 0;
margin-bottom: 0;
}