Skip to content

Commit c4cfb48

Browse files
committed
Applied further divs, spans and styles to the Census 2021 and COVID-19 icons in the Collections section to make them have the same appearance as thumbnail images - i.e. width, height and drop-shadow. This makes for a more consistent appearance as the text is now in-line with the other cards.
1 parent 3c9b55d commit c4cfb48

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,23 @@ <h2>Collections</h2>
310310

311311
<div class="card labBorder">
312312
<span class="filterTags"><!-- visualisation trafford greater manchester census 2021 national statistics populations demographics residents households international migration ethnicity languages religion religious affiliation beliefs uk armed forces veterans education health disability unpaid care housing labour market travel to work national identity sexual orientation gender identity collections --></span>
313-
<a href="census2021.html"><h3 class="cardHead themeLink">Census 2021</h3><span class="far fa-check-circle"></span></a><br class="hideContent"/>
313+
<a href="census2021.html">
314+
<h3 class="cardHead themeLink">Census 2021</h3>
315+
<div class="thumbnail" style="width: 150px; height: 100px; background-color: #f9f9f9;">
316+
<span class="far fa-check-circle" style="margin-left: 26px; margin-top: 2px;"></span>
317+
</div>
318+
</a><br class="hideContent"/>
314319
<span class="cardBody">Visit our Census 2021 collections page for all our outputs relating to the census conducted by the <a href="https://www.ons.gov.uk/" target="_blank">Office for National Statistics</a> in 2021 and published between 2022-2023.</span>
315320
</div>
316321

317322
<div class="card labBorder">
318323
<span class="filterTags"><!-- visualisation residents trafford greater manchester local authorities covid-19 covid 19 c19 c-19 coronavirus global pandemic infections infectious case rates vaccines vaccinations vaccinated boosters immunity immune collections --></span>
319-
<a href="covid19.html"><h3 class="cardHead themeLink">COVID-19</h3><span class="fas fa-head-side-mask"></span></a><br class="hideContent"/>
324+
<a href="covid19.html">
325+
<h3 class="cardHead themeLink">COVID-19</h3>
326+
<div class="thumbnail" style="width: 150px; height: 100px; background-color: #f9f9f9;">
327+
<span class="fas fa-head-side-mask" style="margin-left: 23px; margin-top: 4px;"></span>
328+
</div>
329+
</a><br class="hideContent"/>
320330
<span class="cardBody">Visit our COVID-19 collections page for all our outputs and resources relating to the coronavirus pandemic.</span>
321331
</div>
322332

0 commit comments

Comments
 (0)