Skip to content

Commit

Permalink
Revert "Make header smaller"
Browse files Browse the repository at this point in the history
This reverts commit 3d1971f197c5e0ca5808bf561bcd59254fa5f55b.
  • Loading branch information
nicoburns committed Jan 3, 2025
1 parent a05844c commit fefa180
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {
background-color: #b66340;
}
#header .logo {
height: 80px;
height: 120px;
}
#header .page-heading-group {
flex: 0 0 auto;
Expand All @@ -41,12 +41,12 @@ body {
#header .page-heading-group .page-heading {
color: #333;
color: white;
font-size: 2.5rem;
font-size: 3rem;
font-weight: normal;
margin: 0;
}
#header .page-heading-group .page-subheading {
font-size: 1rem;
font-size: 1.5rem;
font-weight: normal;
margin: 0;
color: white;
Expand Down
6 changes: 3 additions & 3 deletions styles/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {
background-color: #b66340;

.logo {
height: 80px;
height: 120px;
}

.page-heading-group {
Expand All @@ -46,12 +46,12 @@ body {
.page-heading {
color: #333;
color: white;
font-size: 2.5rem;
font-size: 3rem;
font-weight: normal;
margin: 0;
}
.page-subheading {
font-size: 1rem;
font-size: 1.5rem;
font-weight: normal;
margin: 0;
color: white
Expand Down

0 comments on commit fefa180

Please sign in to comment.