Fix CSS layout on intro screen

This commit is contained in:
mrkmntal 2026-04-14 12:53:01 -04:00
commit 552526d387
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,9 @@
box-sizing: border-box;
height: 310px;
overflow: hidden;
line-height: 26px;
line-height: 20px;
width: 90%;
margin-top: 25px;
.item {
position: relative;

File diff suppressed because one or more lines are too long