Skip to content

Commit

Permalink
Space an order (#567)
Browse files Browse the repository at this point in the history
* add space above list and reorder list alphabetically

* do the UP template JIC
  • Loading branch information
cziaarm authored Oct 8, 2024
1 parent 89282bf commit 5274278
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/bl-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,10 @@ body.public-facing.bl-public-facing {
padding-top: 40px;
}

h4.pt-40.splash-page ul {
margin-top: 10px;
}

@media (min-width: 1200px) {
.container.homepage-container {
width: 1200px;
Expand Down
9 changes: 5 additions & 4 deletions app/views/splash/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
</div>
</div>
<h4 class="pt-40 splash-page">
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations:
Welcome to our shared repository where you’ll find research produced by our partner organisations:
<ul>
<li>The British Museum</li>
<li>British Library</li>
<li>MOLA (Museum of London Archaeology)</li>
<li>National Library of Scotland</li>
<li>National Museums Scotland</li>
<li>National Trust</li>
<li>Science Museum Group</li>
<li>National Library of Scotland</li>
<li>Royal Botanic Gardens, Kew</li>
<li>Science Museum Group</li>
<li>The British Museum</li>
</ul>
Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content.
</h4>
Expand Down
9 changes: 5 additions & 4 deletions app/views/themes/bl_shared_home/splash/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
</div>
</div>
<h4 class="pt-40 splash-page">
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations:
Welcome to our shared repository where you’ll find research produced by our partner organisations:
<ul>
<li>The British Museum</li>
<li>British Library</li>
<li>MOLA (Museum of London Archaeology)</li>
<li>National Library of Scotland</li>
<li>National Museums Scotland</li>
<li>National Trust</li>
<li>Science Museum Group</li>
<li>National Library of Scotland</li>
<li>Royal Botanic Gardens, Kew</li>
<li>Science Museum Group</li>
<li>The British Museum</li>
</ul>
Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content.
</h4>
Expand Down

0 comments on commit 5274278

Please sign in to comment.