Updated styles

This commit is contained in:
2017-06-08 01:14:45 +02:00
parent fdbfb22ef5
commit 74b405e4b4
14 changed files with 68 additions and 36 deletions

View File

@ -1,3 +1,3 @@
component Airing(animeList []*arn.Anime)
h2(title=toString(len(animeList)) + " anime") Airing
h2.page-title(title=toString(len(animeList)) + " anime") Airing
AnimeGrid(animeList)