updated design

This commit is contained in:
SinachPat
2026-04-25 22:52:30 +01:00
parent df79ae0bca
commit e836ac6d2b
22 changed files with 3480 additions and 781 deletions
+5 -2
View File
@@ -242,10 +242,13 @@ button { font-family: inherit; cursor: pointer; border: none; background: none;
max-width: 1120px;
margin: 0 auto;
width: 100%;
display: flex;
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
justify-content: space-between;
}
.nav-logo { justify-self: start; }
.nav-links { justify-self: center; }
.nav-actions{ justify-self: end; }
.nav-logo {
font-size: 1rem;
font-weight: 800;