mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +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",
|
||||
"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));
|
||||
gap: 0.5em 1em;
|
||||
li {
|
||||
text-align:left;
|
||||
text-align: left;
|
||||
list-style-type: none;
|
||||
&:hover {
|
||||
color: red;
|
||||
|
|
Loading…
Add table
Reference in a new issue