mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
11 lines
194 B
CSS
11 lines
194 B
CSS
.website {
|
|
padding-bottom: 30px;
|
|
border-bottom: 1px solid var(--gray300);
|
|
margin-bottom: 30px;
|
|
align-self: stretch;
|
|
}
|
|
|
|
.website:last-child {
|
|
border-bottom: 0;
|
|
margin-bottom: 20px;
|
|
}
|