updated headers / footers / links / post tags
This commit is contained in:
@@ -304,10 +304,6 @@
|
||||
padding: $spacing-unit 0;
|
||||
}
|
||||
|
||||
.page-heading {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.post-list {
|
||||
margin-left: 0;
|
||||
list-style: none;
|
||||
@@ -320,6 +316,8 @@
|
||||
.post-meta {
|
||||
font-size: $small-font-size;
|
||||
color: $grey-color;
|
||||
margin-top: 2*$spacing-unit;
|
||||
|
||||
}
|
||||
|
||||
.post-link {
|
||||
@@ -328,7 +326,6 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Posts
|
||||
*/
|
||||
@@ -337,14 +334,42 @@
|
||||
}
|
||||
|
||||
.post-title {
|
||||
font-size: 42px;
|
||||
font-size: 36px;
|
||||
letter-spacing: -1px;
|
||||
line-height: 1;
|
||||
color: $title-color;
|
||||
@include media-query($on-laptop) {
|
||||
font-size: 36px;
|
||||
font-size: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.post-tags {
|
||||
color: $grey-color;
|
||||
font-size: $small-font-size;
|
||||
|
||||
a {
|
||||
color: $link-visited-color;
|
||||
line-height: $base-line-height;
|
||||
|
||||
// Gaps between nav items, but not on the last one
|
||||
&:not(:last-child) {
|
||||
margin-right: $spacing-unit;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: $link-visited-color;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $link-hover-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-cover {
|
||||
|
||||
}
|
||||
|
||||
.post-content {
|
||||
margin-bottom: $spacing-unit*2;
|
||||
|
||||
|
Reference in New Issue
Block a user