mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
10 lines
168 B
CSS
10 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;
|
|
}
|