Skip to content

Commit

Permalink
Fixed element widths on homepage and howtouse page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Jan 19, 2024
1 parent cee8db7 commit 0d52faa
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/src/css/sass/ds-site-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ div.ds-content-layout { padding: 0 16px; }

div.content-grid-wrapper {
display: grid;
grid-template-columns: 276px 276px 276px 276px;
grid-template-columns: 268px 268px 268px 268px;
margin-top: 32px;
gap:24px;
}
Expand Down Expand Up @@ -176,7 +176,7 @@ span.content-page-header-label {
/* ODI BLOCK */
div.odiblock-grid-wrapper {
display: grid;
grid-template-columns: 376px 770px;
grid-template-columns: 376px 738px;
gap: 30px;
margin-top: 4rem;

Expand Down Expand Up @@ -681,4 +681,19 @@ cagov-page-feedback {
font-weight: 600!important;
font-size: 18px!important;
}
}

div.feedback-form.cagov-stack {
width: 1144px;
}

section.site-footer {
div.container {
width: 1144px;
}
}
footer {
div.container {
width: 1144px;
}
}

0 comments on commit 0d52faa

Please sign in to comment.