mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
14 lines
218 B
CSS
14 lines
218 B
CSS
.website {
|
|
padding-bottom: 30px;
|
|
border-bottom: 1px solid var(--gray300);
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.website:last-child {
|
|
border-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.button {
|
|
font-size: var(--font-size-small);
|
|
}
|