mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 02:38:27 -04:00
7 lines
119 B
CSS
7 lines
119 B
CSS
.comments {
|
|
margin-top: 2em;
|
|
padding-top: 2em;
|
|
border-top: 2px solid var(--colors-light);
|
|
min-height: 360px;
|
|
}
|