added balance card in header elem

This commit is contained in:
Kostya
2023-11-18 23:35:22 +03:00
parent a05884b68a
commit 8359716356
3 changed files with 29 additions and 4 deletions

View File

@@ -26,7 +26,6 @@ body, html {
grid-template-columns: .35fr repeat(5, 1fr) 1.2fr;
grid-template-rows: repeat(6, 1fr);
grid-auto-columns: 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"menu header header header header header header"