Pārlūkot izejas kodu

Fix error in margin and padding of post heading

Talha Mansoor 11 gadi atpakaļ
vecāks
revīzija
a6dfa52dbd
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 4 2
      static/css/elegant.css

+ 4 - 2
static/css/elegant.css

@@ -436,10 +436,12 @@ article div.article-content ul:not(.articles-timeline) a:hover {
 .page-header {
     border-bottom: 1px solid #8f8686;
     color: #8B0000;
+    margin: 10px 10px 20px;
+    padding: 5px;
+}
+.page-header h1 {
     font-size: 3em;
     font-weight: normal;
-    margin: 20px 0;
-    padding: 5px 5px 15px;
 }
 ul.articles-timeline {
     list-style: none;