Fix games list css

This commit is contained in:
Sofia 2019-08-06 17:57:28 +03:00
parent b7addbc30a
commit e6587ccb6a
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[meta]
rendered = ["simplygladiators", "bloodandgore"]
template = "src/from_toml/templates/itch.html"
list_classes = ""
list_classes = "games-list"
is_list = true
[list.simplygladiators]

View File

@ -61,6 +61,10 @@ article p, article h2, article h3, hr {
max-width: var(--content-width);
}
ul.games-list {
list-style: none;
}
@media (max-width: 900px) {
.container {
flex-direction: column;