diff --git a/themes/inpycon2021/static/css/blog-style.css b/themes/inpycon2021/static/css/blog-style.css index 6713db1f..ed61dfed 100644 --- a/themes/inpycon2021/static/css/blog-style.css +++ b/themes/inpycon2021/static/css/blog-style.css @@ -19,8 +19,12 @@ font-size: 13pt; background:#21292e; color: #b7b7b7; - } + text-align: center; + margin-bottom: 0; +} + + - .paginator i { +.paginator i { color: #DD0E12; - } \ No newline at end of file +}