fix style namePage

This commit is contained in:
NekoVari 2024-12-11 16:10:39 +07:00
parent a8545b854f
commit 5391b2606c
2 changed files with 7 additions and 1 deletions

View file

@ -9,7 +9,9 @@
border: none;
border-radius: 30px;
padding: 8px 52px 8px 52px;
/* padding: 8px 52px 8px 52px; */
height: 51px;
width: 249;
transition-duration: 0.2s;
display: flex;
align-items: center;

View file

@ -22,6 +22,10 @@ body {
font-weight: 900;
text-align: center;
}
.title.medium{
font-size: 24pt;
}
.body {
font-family: "Source Sans 3";
font-size: 24pt;