forked from Kispi/Core
fix(webapp): remove padding on smaller screens
This commit is contained in:
parent
8f544f224b
commit
a2994e50e6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
class="drawer-toggle"
|
class="drawer-toggle"
|
||||||
/>
|
/>
|
||||||
<div class="drawer-content flex flex-col bg-base-300 pl-64">
|
<div class="drawer-content flex flex-col bg-base-300 lg:pl-64">
|
||||||
<div
|
<div
|
||||||
class="navbar top-0 place-self-center shadow-lg"
|
class="navbar top-0 place-self-center shadow-lg"
|
||||||
:class="{
|
:class="{
|
||||||
|
|
Loading…
Reference in a new issue