mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-17 03:06:28 -07:00
Limit max size of page to 800px
This commit is contained in:
parent
e7640635cf
commit
e111838eb3
4 changed files with 9 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<div class="container text-nowrap">
|
||||
<div class="container text-nowrap content-narrow">
|
||||
<footer class="row footer mt-7 row justify-content-between align-items-center">
|
||||
<div class="col">
|
||||
<div class="row align-items-center justify-content-center ">
|
||||
<%= image_tag "logo.svg", size: "150x150", class: "col" %>
|
||||
<div class="col text-center">
|
||||
<%= image_tag "logo.svg", size: "150x150", class: "col p-0" %>
|
||||
<div class="col text-center p-0">
|
||||
<p class="fw-bold">Education Commonwealth Project</p>
|
||||
<p>University of Massachusetts Lowell</p>
|
||||
<p>850 Broadway St</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue