diff --git a/css/style.css b/css/style.css index 5b2e79c..7716e15 100644 --- a/css/style.css +++ b/css/style.css @@ -43,7 +43,7 @@ article { } .posts{ - width: 700px; + //width: 700px; //background-color: #506692; background-color: #d6e2fa; } @@ -54,6 +54,7 @@ article { width: 568px; background-color: #d6e2fa; padding: 50px; + padding-top: 0px; margin-bottom: 30px; } @@ -79,7 +80,7 @@ a { } a:hover { - color: lightblue; + color: orange; --background-color: #ffffff; } @@ -158,6 +159,19 @@ ul { //background-color: #d6e2fa; } +.titleArea { + display: flex; + justify-content: center; +} + +#titleArea ul>li { + display: block; +} + +#titleArea li { + display: table-cell; +} + #section ul>li{ display: block; margin: auto; diff --git a/templates/blog.tmpl b/templates/blog.tmpl index a345158..29c2ced 100644 --- a/templates/blog.tmpl +++ b/templates/blog.tmpl @@ -7,14 +7,22 @@ +
+ +