Organize pages for blog posts and projects, and add root-level pages

This commit is contained in:
2017-11-28 20:24:14 -08:00
committed by Andrew Cassidy
parent f1082be6b9
commit 50af997795
12 changed files with 140 additions and 67 deletions

View File

@ -86,31 +86,29 @@ body {
header {
#title {
margin:0;
padding: 10px;
font-family: $title-font;
color: $title-text;
font-weight: normal;
font-size: 28px;
margin:0;
padding: 10px;
font-family: $title-font;
color: $title-text;
font-weight: normal;
font-size: 28px;
a {
color: inherit;
text-decoration: none;
}
a {
color: inherit;
text-decoration: none;
}
a:hover {
color: inherit;
text-decoration: underline;
}
a:hover {
color: inherit;
text-decoration: underline;
}
.slash {
display: inline-block;
vertical-align: -10%;
font: {
size: 36px;
}
.slash {
display: inline-block;
vertical-align: -10%;
font: {
size: 36px;
}
}