mirror of
https://github.com/anna-sara/filament_inventory
synced 2026-09-03 09:34:41 +02:00
Fix with logo in mobile
This commit is contained in:
parent
9d0852560d
commit
4a2ff8e472
1 changed files with 10 additions and 0 deletions
|
|
@ -23,6 +23,16 @@
|
|||
.reserve-card-meta > * + * {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.fi-topbar-start {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media (width < 64rem) {
|
||||
.fi-topbar-start .fi-logo {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<p class="text-sm text-gray-500 dark:text-gray-400 -mt-4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue