mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
better card detail for mobile screen
This commit is contained in:
parent
a86a90343d
commit
5a2469b452
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -243,7 +243,7 @@
|
|||
}
|
||||
|
||||
.card-detail-item {
|
||||
@apply flex flex-col items-center sm:flex-row col-span-1 py-1 sm:py-0;
|
||||
@apply flex items-center col-span-1 py-1 sm:py-0;
|
||||
}
|
||||
|
||||
.card-detail-item-title {
|
||||
|
|
|
|||
Loading…
Reference in a new issue