diff --git a/app/static/css/site.scss b/app/static/css/site.scss index b679ced..c4e21b6 100644 --- a/app/static/css/site.scss +++ b/app/static/css/site.scss @@ -44,7 +44,7 @@ header { .index { .item { - //border-bottom: 1px solid blueviolet; + border-bottom: 1px solid blueviolet; padding-bottom: 4px; margin-bottom: 8px; @@ -57,7 +57,7 @@ header { font-size: 16px; } h2 { - border-bottom: 1px solid pink; + //border-bottom: 1px solid pink; font-size: 18px; font-weight: bold; } @@ -107,6 +107,7 @@ header { h2 { font-size: 16px; font-weight: initial; + border-bottom: none; } .comments { text-align: right; @@ -125,9 +126,6 @@ header { padding-left: 4px; padding-right: 4px; } - h2 { - border-bottom: none; - } } } }