Skip to content

Commit

Permalink
roll back images
Browse files Browse the repository at this point in the history
  • Loading branch information
vickytnz committed Sep 3, 2024
1 parent 68710e0 commit 3389b55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Folders to ignore
node_modules

node_modules/
npm-debug.log
_site
_site/
.DS_Store
11 changes: 1 addition & 10 deletions _site/assets/govuk.css
Original file line number Diff line number Diff line change
Expand Up @@ -7500,13 +7500,6 @@ padding-top: 11px !important;
}
*/
/* end fixing app header issues */
.x-govuk-masthead {
padding-top: 0.1px;
}
.x-govuk-masthead > .govuk-width-container {
flex: none;
}

.option-toggle {
width: 100%;
text-align: right;
Expand Down Expand Up @@ -8639,15 +8632,13 @@ pre > code.highlight {
background-color: #8822aa;
color: #ffffff;
display: flex;
padding-top: 0.1px;
}
@media (min-width: 40.0625em) {
.x-govuk-masthead {
padding-bottom: 20px;
}
}
.x-govuk-masthead > .govuk-width-container {
flex: 1;
}

.x-govuk-masthead__title {
font-family: system-ui, sans-serif;
Expand Down
7 changes: 1 addition & 6 deletions app/sass/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ padding-top: 11px !important;
*/
/* end fixing app header issues */

.x-govuk-masthead {
padding-top: 0.1px; // Prevent margin collapse
> .govuk-width-container {
flex: none;
}
}



.option-toggle {
Expand Down

0 comments on commit 3389b55

Please sign in to comment.