Added mobile meta tag

This commit is contained in:
Eduard Urbach 2016-11-03 13:11:00 +09:00
parent 5f1a77e46f
commit 50db360272
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ component GenreOverview
span= genre span= genre
component AnimeInGenre(genre string, animeList []*arn.Anime) component AnimeInGenre(genre string, animeList []*arn.Anime)
style!= "h2 { text-align: center; } .genre-anime-list{ display: flex; flex-flow: row wrap; float: none !important; justify-content: center; } .genre-anime-image{ width: 16vw; height: 9vw; min-width: 100px; min-height: 141px; max-width: 200px; max-height: 282px; object-fit: cover; } .genre-anime-link{ margin: 0.5em; flex-grow: 0; flex-shrink: 0; }" style!= "h2 { text-align: center; } .genre-anime-list{ display: flex; flex-flow: row wrap; float: none !important; justify-content: center; } .genre-anime-image{ width: 16vw; height: 9vw; min-width: 90px; min-height: 127px; max-width: 200px; max-height: 282px; object-fit: cover; } .genre-anime-link{ margin: 0.5em; flex-grow: 0; flex-shrink: 0; }"
h2= "#" + genre h2= "#" + genre
.genre-anime-list .genre-anime-list
each anime in animeList each anime in animeList

View File

@ -2,6 +2,7 @@ component Layout(content string, css string)
html html
head head
title ARN 4.0 - Beta title ARN 4.0 - Beta
meta(name="viewport", content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes")
style!= css style!= css
body body
#container #container