some visual fixes

This commit is contained in:
Andrey Kondratev
2025-08-29 18:11:04 +05:00
parent 8e3c927cf1
commit 9bdf522f59
4 changed files with 32 additions and 28 deletions

View File

@@ -67,7 +67,7 @@ body {
.tg-content {
flex: 1;
padding: var(--tg-spacing-lg);
padding-bottom: 140px;
padding-bottom: 100px;
display: flex;
flex-direction: column;
gap: var(--tg-spacing-xl);
@@ -79,9 +79,6 @@ body {
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
gap: var(--tg-spacing-md);
padding: var(--tg-spacing-lg);
background: var(--tg-color-bg);
border-top: 1px solid var(--tg-color-secondary-bg);