From e111838eb379b37b285a857cf3c2fc92203857c5 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Fri, 10 Mar 2023 12:19:36 -0800 Subject: [PATCH] Limit max size of page to 800px --- app/assets/images/guage.svg | 2 +- app/assets/stylesheets/partials/_layout.scss | 4 ++++ app/views/home/index.html.erb | 2 +- app/views/layouts/_footer.html.erb | 6 +++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app/assets/images/guage.svg b/app/assets/images/guage.svg index 88f9175..7a224e9 100644 --- a/app/assets/images/guage.svg +++ b/app/assets/images/guage.svg @@ -1,6 +1,6 @@ diff --git a/app/assets/stylesheets/partials/_layout.scss b/app/assets/stylesheets/partials/_layout.scss index 6881d8c..8985c19 100644 --- a/app/assets/stylesheets/partials/_layout.scss +++ b/app/assets/stylesheets/partials/_layout.scss @@ -38,3 +38,7 @@ .relative { position: relative; } + +.content-narrow { + max-width: 800px; +} diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 39cfb48..e33b995 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -8,7 +8,7 @@ -
+

The Education Commonwealth Project works to challenge and expand the way student learning and school quality are assessed, advancing an approach to measurement and accountability that is valid, democratic, and equitable. ECP supports schools and communities with free and open-source tools, and broadly seeks to foster state- and national-level change.

diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 8cb6c09..0b407e1 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -1,9 +1,9 @@ -
+