-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new image card style for promotion slot
On homepage, use the new image card layout.
- Loading branch information
1 parent
31ff181
commit 79d40c9
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-full govuk-grid-column-two-thirds-from-desktop"> | ||
<div class="govuk-grid-column-full homepage__services-and-information"> | ||
<%= render "homepage/services_and_information" %> | ||
</div> | ||
<div class="govuk-grid-column-full govuk-grid-column-one-third-from-desktop"> | ||
<div class="govuk-grid-column-full homepage__promotion-slots"> | ||
<%= render "homepage/new/promotion-slots" %> | ||
</div> | ||
</div> | ||
<%= render "homepage/new/government_activity" %> | ||
<%= render "homepage/government_activity" %> | ||
<%= render "homepage/more_on_govuk" %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters