refactor: change guestbook border styling
All checks were successful
create archive with lfs / tag (push) Successful in 5s

This commit is contained in:
dusk 2025-02-07 07:13:52 +03:00
parent 5591a5263e
commit 1f8a212ca2
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -99,7 +99,8 @@
<style lang="postcss">
.entry {
@apply bg-ralsei-green-dark/70 border-ralsei-green-light/30 border-x-[3px] border-y-4;
@apply bg-ralsei-green-dark/70 border-ralsei-green-light/30 border-x-[4px] border-y-[5px];
border-style: ridge;
}
.entryflex {
@apply flex flex-col p-1;