15 lines
221 B
CSS
15 lines
221 B
CSS
.post-divider {
|
|
width: 100%;
|
|
border: none;
|
|
border-top: 1px solid #e5e7eb;
|
|
}
|
|
.post-divider-expanded {
|
|
margin-top: 0px;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.post-divider-preview {
|
|
margin-top: 50px;
|
|
margin-bottom: 60px;
|
|
}
|