mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
center align text on sqm and pa elements
This commit is contained in:
parent
5e0154af99
commit
3f88649091
1 changed files with 4 additions and 4 deletions
|
|
@ -19,15 +19,15 @@
|
||||||
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<%= image_tag "guage.svg", size: "100x100" %>
|
<%= image_tag "guage.svg", size: "100x100" %>
|
||||||
<h2 class="fs-5 mt-5 mb-3 text-decoration-underline">School Quality Measures</h2>
|
<h2 class="fs-5 mt-5 mb-3 text-decoration-underline text-center">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 class="text-center">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>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
<%= link_to sqm_index_path, class: "grid-item text-white text-decoration-none" do %>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<%= image_tag "portfolio.svg", size: "100x100" %>
|
<%= image_tag "portfolio.svg", size: "100x100" %>
|
||||||
<h2 class="fs-5 mt-5 mb-3 text-decoration-underline">Performance Assessments</h2>
|
<h2 class="fs-5 mt-5 mb-3 text-decoration-underline text-center">Performance Assessments</h2>
|
||||||
<p>Teachers lead the design of curriculum-embedded performance assessments and the scoring of student work. Students demonstrate what they know and can do through real-world application.</p>
|
<p class="text-center">Teachers lead the design of curriculum-embedded performance assessments and the scoring of student work. Students demonstrate what they know and can do through real-world application.</p>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue