Skip to content

Commit

Permalink
fix: changed bg color to brex bg and made title smaller on narrow width
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Oct 13, 2024
1 parent 4a628cd commit fc60522
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cmd/substation/playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const indexHTML = `
max-width: 90vw;
margin: 0 auto;
padding: 40px;
background-color: #ffffff;
background-color: #f9f9f9;
color: var(--text-color);
display: grid;
grid-template-rows: auto 1fr;
Expand Down Expand Up @@ -235,6 +235,7 @@ const indexHTML = `
color: #212121;
font-weight: 800;
margin-bottom: 8px;
word-wrap: break-word;
}
.playground-label {
Expand Down Expand Up @@ -363,8 +364,17 @@ const indexHTML = `
main {
grid-template-columns: 1fr;
}
h1 {
font-size: 36px;
}
h3 {
font-size: 16px;
}
}
.nav-bar {
position: absolute;
top: 20px;
Expand Down

0 comments on commit fc60522

Please sign in to comment.