Skip to content

Commit

Permalink
Adjust header margins
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 7, 2024
1 parent 51ed347 commit aeae609
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/lib/ServiceHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
border-bottom: 1px solid #b1b4b6;
margin-left: -8px;
margin-right: -8px;
padding-top: 15px;
padding-bottom: 15px;
}
</style>
2 changes: 1 addition & 1 deletion src/lib/files/FileManager.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<div class="govuk-width-container">
<AlphaBanner />

<div class="govuk-heading-l">Manage my schemes</div>
<div class="govuk-heading-l" style="margin-top: 30px">Manage my schemes</div>

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
Expand Down
8 changes: 7 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="govuk-prose">
<div class="black-bar">
<div class="govuk-width-container">
<img src={logoUrl} alt="Active Travel England logo" height="30" />
<img src={logoUrl} alt="Active Travel England logo" />
</div>
</div>

Expand All @@ -42,4 +42,10 @@
margin-left: -8px;
border-bottom: 10px solid #007161;
}
img {
height: 30px;
margin-top: 15px;
margin-bottom: 15px;
}
</style>

0 comments on commit aeae609

Please sign in to comment.