952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
10 lines
183 B
SCSS
Executable File
10 lines
183 B
SCSS
Executable File
// Magazine section
|
|
.magazine-section {
|
|
.single-news {
|
|
border-bottom: 1px solid $magazine-single-news-border-bottom;
|
|
&:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
}
|