fix up area inked + scrolling issues

This commit is contained in:
kittentm 2026-03-17 04:41:10 +01:00
commit 71f9f0fe80
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
2 changed files with 13 additions and 3 deletions

View file

@ -315,15 +315,15 @@ body {
justify-content: center;
align-items: center;
width: 1044px;
margin: 20px auto 0 auto;
margin: 75px auto 0 auto;
position: relative;
z-index: 10;
clear: both;
}
.area-inked-title {
width: 250px;
width: 300px;
height: auto;
display: block;
margin-right: 200px;
margin-right: 220px;
}