From 9bb68ad259c061bdd39911edaf592f03a718f91b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 3 May 2019 14:06:05 -0500 Subject: fixed some design issues --- design/sass/_content.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'design/sass') diff --git a/design/sass/_content.scss b/design/sass/_content.scss index 598d63e..e4cfb0e 100644 --- a/design/sass/_content.scss +++ b/design/sass/_content.scss @@ -18,7 +18,6 @@ justify-content: center ; } } - article ul { list-style-type: none; @include fontsize(22); @@ -31,7 +30,14 @@ article ul { position: absolute; } } - +.archive article:after { + display: block; + content: ""; + margin: 4rem auto; + padding-top: 1rem; + border-top: 5px double lighten($body_font_color, 75); + width: 30%; +} .archive-list { @include constrain_narrow; text-align: left; @@ -60,7 +66,6 @@ article ul { border-top: 2px solid darken($body_color, 8); float: left; } - .star { color: transparent; text-shadow: 0 0 0 lighten($body_font_color, 50); -- cgit v1.2.3-70-g09d2