update responsiveness and layout

This commit is contained in:
akcodez
2025-09-30 07:58:00 -07:00
parent 8571afb3d5
commit 46c6a5de5a
2 changed files with 4 additions and 2 deletions

View File

@@ -1507,14 +1507,16 @@ html.light {
max-width: 720px;
z-index: 1;
@include media-breakpoint-down(md) {
line-height: 48px;
font-size: 42px;
text-align: left;
}
}
.token-title-container {
gap: 32px;
padding: 104px 64px;
padding: 104px 40px;
display: flex;
flex-direction: column;
align-items: center;