removes unnecessary height

This commit is contained in:
Godfrey M 2024-06-06 13:28:05 -07:00
parent 6df1c36011
commit 3621292a0e

View file

@ -2,7 +2,7 @@
@push('css')
<style>
:root {
--l2p-height: 400px;
--l2p-height: 200px;
--l2p-background-color: aliceblue;
}