summaryrefslogtreecommitdiffstats
path: root/sass/parts/_comment.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts/_comment.scss')
-rw-r--r--sass/parts/_comment.scss11
1 files changed, 11 insertions, 0 deletions
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