diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_parts.scss | 1 | ||||
-rw-r--r-- | sass/parts/_comment.scss | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sass/_parts.scss b/sass/_parts.scss index 014c8c3..5c88ad5 100644 --- a/sass/_parts.scss +++ b/sass/_parts.scss @@ -2,5 +2,6 @@ @import "parts/banner"; @import "parts/index"; @import "parts/article"; +@import "parts/comment"; @import "parts/footer"; @import "parts/syntax";
\ No newline at end of file diff --git a/sass/parts/_comment.scss b/sass/parts/_comment.scss new file mode 100644 index 0000000..f98c014 --- /dev/null +++ b/sass/parts/_comment.scss @@ -0,0 +1,11 @@ +#comment{ + padding: 30px 0; + border-top: 1px solid $light-shadow; + border-bottom: 1px solid $border; + h1.title{ + font-size: 25px; + font-weight: 300; + line-height: 35px; + margin-bottom: 20px; + } +}
\ No newline at end of file |