chore(console): add Go to nav

This commit is contained in:
David Hill 2026-03-03 18:30:04 +00:00
commit b1c166edf4
9 changed files with 21 additions and 14 deletions

View file

@ -86,10 +86,10 @@
display: flex;
justify-content: space-between;
align-items: center;
gap: 48px;
gap: 32px;
@media (max-width: 55rem) {
gap: 32px;
gap: 24px;
}
@media (max-width: 48rem) {

View file

@ -81,10 +81,10 @@
display: flex;
justify-content: space-between;
align-items: center;
gap: 48px;
gap: 32px;
@media (max-width: 55rem) {
gap: 32px;
gap: 24px;
}
@media (max-width: 48rem) {

View file

@ -85,10 +85,10 @@
display: flex;
justify-content: space-between;
align-items: center;
gap: 48px;
gap: 32px;
@media (max-width: 55rem) {
gap: 32px;
gap: 24px;
}
@media (max-width: 48rem) {

View file

@ -85,10 +85,10 @@
display: flex;
justify-content: space-between;
align-items: center;
gap: 48px;
gap: 32px;
@media (max-width: 55rem) {
gap: 32px;
gap: 24px;
}
@media (max-width: 48rem) {

View file

@ -148,10 +148,10 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
gap: 48px;
gap: 32px;
@media (max-width: 55rem) {
gap: 32px;
gap: 24px;
}
@media (max-width: 48rem) {

View file

@ -212,10 +212,10 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
gap: 48px;
gap: 32px;
@media (max-width: 55rem) {
gap: 32px;
gap: 24px;
}
@media (max-width: 48rem) {

View file

@ -148,10 +148,10 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
gap: 48px;
gap: 32px;
@media (max-width: 55rem) {
gap: 32px;
gap: 24px;
}
@media (max-width: 48rem) {