mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:23:09 +02:00
🎨
This commit is contained in:
parent
f84ad3e1ea
commit
76a881df39
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ export default defineComponent({
|
|||
|
||||
> .items {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
||||
grid-gap: 8px;
|
||||
padding: 0 16px;
|
||||
|
||||
|
|
|
@ -156,7 +156,7 @@ export default defineComponent({
|
|||
> .numbers {
|
||||
display: grid;
|
||||
grid-gap: 8px;
|
||||
grid-template-columns: repeat(auto-fill,minmax(130px,1fr));
|
||||
grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
|
||||
margin: 16px;
|
||||
|
||||
> .number {
|
||||
|
|
Loading…
Reference in a new issue