Skip to content

Commit

Permalink
Some more css fixes related to the gpu banner
Browse files Browse the repository at this point in the history
  • Loading branch information
knnguy committed Nov 1, 2024
1 parent c85a12d commit b9a50b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions static-files/css/pricing.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ body {
margin: 0;
}

main {
margin-top: 73px; /* Height of gpu banner. Remove when banner is removed */
}

.pricing-container {
width: 80%;
margin: auto;
Expand Down
4 changes: 2 additions & 2 deletions static-files/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ h5 {
}

main {
margin-top: 73px; /* Height of the nav */
margin-top: 73px; /* Height of gpu banner. Remove when banner is removed */
}

.nav__fluid--container {
Expand Down Expand Up @@ -862,9 +862,9 @@ main {
display: grid;
background-color: #035AA6;
color: white;
padding: 24px 32px;
align-items: center;
text-align: center;
font-size: 20px;
height: 73px;
width: 100%
}

0 comments on commit b9a50b8

Please sign in to comment.