fix: add adaptive to header, footer

This commit is contained in:
2025-07-07 13:38:58 +03:00
parent 628bc94280
commit 40e010bafd
15 changed files with 239 additions and 64 deletions

View File

@@ -4,6 +4,7 @@
display: grid;
grid-template-columns: auto 360px;
gap: 160px;
padding: 0 40px;
}
.Consultation {

View File

@@ -5,6 +5,7 @@
display: grid;
grid-template-columns: auto 360px;
gap: 160px;
padding: 0 40px;
}
.Header {