updated design
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user