Update logo alignment

main
rebuilt 3 years ago
parent d0d59a7de2
commit 4ad957e2e6

@ -1,5 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="360"
zoomAndPan="magnify" viewBox="0 0 360 179.999997" height="180" preserveAspectRatio="xMidYMid meet"
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="90"
zoomAndPan="magnify" viewBox="87 0 120 179.999997" height="90"
preserveAspectRatio="xMidYMid meet"
version="1.0">
<defs>
<filter x="0%" y="0%" width="100%" height="100%" id="d44e047427">

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB

@ -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>

Loading…
Cancel
Save