mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
Attempt to fix alignment
This commit is contained in:
parent
e3564eb164
commit
43fc0d795d
1 changed files with 2 additions and 2 deletions
|
|
@ -20,14 +20,14 @@
|
||||||
<section class="row bg-primary text-white py-7 justify-content-center ">
|
<section class="row bg-primary text-white py-7 justify-content-center ">
|
||||||
<div class="col col-sm-10 col-md-8 col-lg-7 col-xl-5">
|
<div class="col col-sm-10 col-md-8 col-lg-7 col-xl-5">
|
||||||
<div class="row justify-content-center align-items-center">
|
<div class="row justify-content-center align-items-center">
|
||||||
<div class="col col-sm-11 col-md-10 col-lg-5 mx-4 py-5">
|
<div class="col col-sm-11 col-md-10 col-lg-5 mx-4">
|
||||||
<%= link_to sqm_index_path, class: "row text-white text-decoration-none" do %>
|
<%= link_to sqm_index_path, class: "row text-white text-decoration-none" do %>
|
||||||
<%= image_tag "guage.svg", size: "100x100" %>
|
<%= image_tag "guage.svg", size: "100x100" %>
|
||||||
<h2 class="fs-6 mt-4 mb-3 text-decoration-underline">School Quality Measures</h2>
|
<h2 class="fs-6 mt-4 mb-3 text-decoration-underline">School Quality Measures</h2>
|
||||||
<p>Stakeholders identify what is most important to know about school quality. Multiple measures provide a robust picture of school strengths and areas for improvement.</p>
|
<p>Stakeholders identify what is most important to know about school quality. Multiple measures provide a robust picture of school strengths and areas for improvement.</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-sm-11 col-md-10 col-lg-5 py-5 ">
|
<div class="col col-sm-11 col-md-10 col-lg-5 py-5">
|
||||||
<%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %>
|
<%= link_to sqm_index_path, class: "row justify-content-center text-white text-decoration-none" do %>
|
||||||
<%= image_tag "portfolio.svg", size: "100x100" %>
|
<%= image_tag "portfolio.svg", size: "100x100" %>
|
||||||
<h2 class="fs-6 mt-4 mb-3 text-decoration-underline">Performance Assessments</h2>
|
<h2 class="fs-6 mt-4 mb-3 text-decoration-underline">Performance Assessments</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue