feat: since I'm already here, let's do some basic styling

This commit is contained in:
Riedler 2025-09-10 02:25:02 +02:00
commit 2455bb70f3

View file

@ -5,6 +5,7 @@
flex-direction: column;
position: relative;
align-self: flex-start;
line-height: 0;
height: 100%;
border-style: solid;
border-width: 1px;
@ -114,6 +115,13 @@
align-items: center;
justify-content: center;
padding-top: 0.5em;
p {
line-height: 1.5;
padding: 0 0.5em;
white-space: pre-line;
text-align: center;
}
}