diff --git a/public/css/news.css b/public/css/news.css index fc1ad83..c075b72 100644 --- a/public/css/news.css +++ b/public/css/news.css @@ -11,17 +11,23 @@ body .index h2 { text-align: center; - font-size: 60; + font-size: 40px; +} + +body .index h3 { + text-align: center; + font-size: 20px; } body .index a { text-align: center; - font-size: 30px; + font-size: 20px; } body .index p { text-align: center; text-decoration: bold; + font-size: 20px; } body .channel { diff --git a/views/index.dt b/views/index.dt index 3ea255a..bf3bcac 100644 --- a/views/index.dt +++ b/views/index.dt @@ -12,7 +12,7 @@ - uint cnt = 0; - foreach(feed; validFeeds) #chname(class="index") - p + h2 a(href="channels/"~feed.name~".html") #{feed.name} - br - a(href=feed.path) external link + p + a(href=feed.path) external link