@@ -8,4 +8,22 @@
border-top: 3px solid #f0f0f0;
}
+ .page-comment {
+ position: relative;
+ // ユーザーアイコン
+ .picture.picture-rounded{
+ position: absolute;
+ top: 1em;
+ }
+
+ // コメントセクション
+ .page-comment-main{
+ margin-left: 2.5em;
+ margin-bottom: 1em;
+ // コメント入力フォーム
+ .comment-write{