19 lines
385 B
SCSS
19 lines
385 B
SCSS
/*
|
|
* A prelude/intro to the article
|
|
*/
|
|
|
|
.intro-content {
|
|
// Horizontal line, but I don't like how it looks!
|
|
// &::before {
|
|
// content: '';
|
|
// display: block;
|
|
// margin-bottom: 16px;
|
|
// height: 1px;
|
|
// background: linear-gradient(to right, $dark-line-color, transparent 50%);
|
|
|
|
// @media (min-width: 769px) {
|
|
// margin-bottom: 32px;
|
|
// }
|
|
// }
|
|
}
|