Fix games list css
This commit is contained in:
parent
b7addbc30a
commit
e6587ccb6a
@ -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]
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user