Minor styling updates

This commit is contained in:
ポール ウェッブ 2018-07-03 14:18:11 -05:00
parent ff0e43241c
commit 71f943d20b

View file

@ -811,16 +811,18 @@
} }
&::before { &::before {
top: 0.25rem; left: -3.2rem; @include font-serif;
top: 0.2rem; left: -3.8rem;
color: rgba($black, 0.3); color: rgba($black, 0.3);
content: "back to"; content: "back to";
font-size: 0.8rem; font-size: 80%;
opacity: 0.3; font-style: italic;
font-weight: 700;
} }
&::after { &::after {
width: 1px; height: 100%; width: 2px; height: 100%;
top: 0; right: 0; top: 0; right: 0;
background-color: rgba($black, 0.3); background-color: rgba($black, 0.3);