mirror of
https://github.com/wah-su/mstickers.git
synced 2025-05-04 11:59:35 +05:00
center stickers in pack preview on mobile
This commit is contained in:
parent
a2a64f49bb
commit
31f4aee1e8
3 changed files with 14 additions and 2 deletions
|
@ -657,6 +657,10 @@ video {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.w-24 {
|
||||
width: 6rem;
|
||||
}
|
||||
|
||||
.max-w-\[90\%\] {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
@ -847,6 +851,14 @@ video {
|
|||
width: 600px;
|
||||
}
|
||||
|
||||
.md\:w-24 {
|
||||
width: 6rem;
|
||||
}
|
||||
|
||||
.md\:w-20 {
|
||||
width: 5rem;
|
||||
}
|
||||
|
||||
.md\:max-w-\[768px\] {
|
||||
max-width: 768px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue