Add padding
This commit is contained in:
parent
3d35c9752a
commit
e06b8017de
|
@ -36,6 +36,6 @@
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-right: var(--border-light);
|
border-right: var(--border-light);
|
||||||
margin-bottom: -60px;
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue