mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Lint
This commit is contained in:
parent
8051ab24ba
commit
5194703bf3
1 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ export default {
|
||||||
[
|
[
|
||||||
"Whose Cult is it Anyway",
|
"Whose Cult is it Anyway",
|
||||||
"https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/whose_cult_is_it_anyway.json"
|
"https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/whose_cult_is_it_anyway.json"
|
||||||
],
|
]
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@ -344,7 +344,7 @@ ul.editions {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
|
||||||
gap: 0.5em 1em;
|
gap: 0.5em 1em;
|
||||||
li {
|
li {
|
||||||
text-align:left;
|
text-align: left;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: red;
|
color: red;
|
||||||
|
|
Loading…
Add table
Reference in a new issue