Update logo alignment

This commit is contained in:
rebuilt 2023-03-29 11:16:25 -07:00
parent d0d59a7de2
commit 4ad957e2e6
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<header class="py-4 relative">
<div class="container px-5">
<div class="row justify-content-center align-items-center" >
<%= image_tag "logo.svg", size: '330x330', class: "col-12 col-md-4 col-lg-6 mx-0 px-0", style: "width:50%; min-width:400px;" %>
<%= image_tag "logo.svg", size: '330x330', class: "col-12 col-md-4 col-lg-7 mx-0 px-0", style: "width:50%; min-width:400px;" %>
<p class="col-12 col-md-8 col-lg-5 m-0 p-0 hero-text"><i>Transforming the assessment of student learning and school quality</i></p>
</div>
</div>