Skip to content

Commit

Permalink
feat(css): update footer font size and decos
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 1, 2018
1 parent 9cb16da commit 53cb2ce
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions _app/assets/themes/curtana/_scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
li {
display: inline-block;
line-height: 2;
list-style: none;

a {
padding: .5em var(--nav-item-space);
Expand Down Expand Up @@ -815,25 +814,19 @@ body:hover .latest {

.footer {
padding: 0 0 16vmin;
margin-right: calc(var(--nav-item-space) * -1);
margin-left: calc(var(--nav-item-space) * -1);
font-size: 80%;
text-transform: lowercase;

ul {

li {
display: inline;

&::after {
padding: 0 var(--nav-item-space);
content: "/";
opacity: .3;
}

&:last-child {
display: inline-block;
line-height: 1.8;

&::after {
content: none;
}
a {
padding: .5em var(--nav-item-space);
}
}
}
Expand Down

0 comments on commit 53cb2ce

Please sign in to comment.