mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
Give header more space so titles don't wrap
This commit is contained in:
parent
7392c0094a
commit
ae215ecc32
1 changed files with 3 additions and 11 deletions
|
|
@ -1,13 +1,5 @@
|
|||
<header class="bg-secondary py-5 relative">
|
||||
<div class="container px-5">
|
||||
<div class="row gx-5 justify-content-center">
|
||||
<div class="col-lg-6">
|
||||
<div class="text-center my-5">
|
||||
<h1 class="display-5 fw-bolder text-white mb-2"><%= heading %></h1>
|
||||
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<header class="row justify-content-center bg-secondary py-5">
|
||||
<div class="col">
|
||||
<h1 class="text-center my-5 display-5 fw-bolder text-white mb-2"><%= heading %></h1>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue