Use the global variable instead of a set value

This commit is contained in:
Foster Hangdaan 2023-11-29 16:31:14 -05:00
parent 5cea657cd4
commit 98d42cd76f
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -2,7 +2,7 @@ .navbar {
display: grid;
grid-template-columns: 1fr auto;
margin: 0 auto;
max-width: 48rem;
max-width: var(--page--max-width);
padding: 1rem;
}