Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space an order #567

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading