Browse Source

Comment form style & post info design

Track3 6 years ago
parent
commit
7569de087c
1 changed files with 20 additions and 2 deletions
  1. 20 2
      assets/scss/style.scss

+ 20 - 2
assets/scss/style.scss

@@ -388,7 +388,7 @@ hr.post-end {
   margin-top: 1.6em;
   margin-top: 1.6em;
   margin-bottom: .8em;
   margin-bottom: .8em;
   margin-left: 0;
   margin-left: 0;
-  border-style: dotted;
+  border-style: solid;
   border-bottom-width: 4px;
   border-bottom-width: 4px;
 }
 }
 
 
@@ -486,7 +486,7 @@ figure.right {
   .vwrap {
   .vwrap {
     border: 2px solid $text;
     border: 2px solid $text;
     input {
     input {
-      border-bottom: 1.5px dashed $text;
+      border-bottom-width: 2px;
     }
     }
   }
   }
 
 
@@ -533,6 +533,10 @@ figure.right {
   .site-main {
   .site-main {
     margin-top: 3em;
     margin-top: 3em;
   }
   }
+
+  hr.post-end {
+    width: 40%;
+  }
 }
 }
 
 
 @media (min-width: 960px) {
 @media (min-width: 960px) {
@@ -545,6 +549,10 @@ figure.right {
   .site-main {
   .site-main {
     margin-top: 8em;
     margin-top: 8em;
   }
   }
+
+  hr.post-end {
+    width: 30%;
+  }
 }
 }
 
 
 @media (min-width: 1800px) {
 @media (min-width: 1800px) {
@@ -555,15 +563,21 @@ figure.right {
   .section-inner {
   .section-inner {
     max-width: 1600px;
     max-width: 1600px;
   }
   }
+
   .thin {
   .thin {
     max-width: 960px;
     max-width: 960px;
   }
   }
+
+  hr.post-end {
+    width: 30%;
+  }
 }
 }
 
 
 @media (max-width: 760px) {
 @media (max-width: 760px) {
   .hide-in-mobile, .site-nav.hide-in-mobile {
   .hide-in-mobile, .site-nav.hide-in-mobile {
     display: none;
     display: none;
   }
   }
+
   #menu-btn, #search-btn {
   #menu-btn, #search-btn {
     display: inline-block;
     display: inline-block;
   }
   }
@@ -593,4 +607,8 @@ figure.right {
     float: unset;
     float: unset;
     margin: 0;
     margin: 0;
   }
   }
+
+  hr.post-end {
+    width: 60%;
+  }
 }
 }