Fix games list css
This commit is contained in:
parent
b7addbc30a
commit
e6587ccb6a
@ -1,7 +1,7 @@
|
|||||||
[meta]
|
[meta]
|
||||||
rendered = ["simplygladiators", "bloodandgore"]
|
rendered = ["simplygladiators", "bloodandgore"]
|
||||||
template = "src/from_toml/templates/itch.html"
|
template = "src/from_toml/templates/itch.html"
|
||||||
list_classes = ""
|
list_classes = "games-list"
|
||||||
is_list = true
|
is_list = true
|
||||||
|
|
||||||
[list.simplygladiators]
|
[list.simplygladiators]
|
||||||
|
@ -61,6 +61,10 @@ article p, article h2, article h3, hr {
|
|||||||
max-width: var(--content-width);
|
max-width: var(--content-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.games-list {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
.container {
|
.container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user