diff options
author | luxagraf <sng@luxagraf.net> | 2019-05-03 14:06:05 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-05-03 14:06:05 -0500 |
commit | 9bb68ad259c061bdd39911edaf592f03a718f91b (patch) | |
tree | a44d961228799b47ba0e8af96620e93e56134450 /design/sass/_content.scss | |
parent | e5bc8411cc823d497cd26730a0636e82ed877312 (diff) |
fixed some design issues
Diffstat (limited to 'design/sass/_content.scss')
-rw-r--r-- | design/sass/_content.scss | 11 |
1 files changed, 8 insertions, 3 deletions
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); |