revises base styles, kbd

This commit is contained in:
Huy Tran 2018-07-23 21:23:22 +10:00
parent c1ab130c50
commit a03bb3f465
5 changed files with 21 additions and 11 deletions

View file

@ -58,6 +58,7 @@ blockquote {
}
kbd {
font-family: $root-font-family;
padding: .1em .6em;
border: 1px solid $gray-2;
font-size: 0.8em;

View file

@ -100,6 +100,8 @@
margin-top: .2rem;
}
#references~ol {
font-size: .9rem;
#references {
li {
font-size: .9rem;
}
}

View file

@ -26,7 +26,7 @@
.post--navigation {
width: 800px;
max-width: calc(100% - 40px);
max-width: calc(100% - 0px);
margin: 0 auto;
margin-top: 60px;
a {
@ -35,6 +35,7 @@
align-items: center;
justify-content: center;
padding: 15px;
color: $post--navigation-color;
border: 2px solid $post--navigation-color;
line-height: 1.25;
text-transform: uppercase;