diff --git a/frontend/app/templates/details-new.html b/frontend/app/templates/details-new.html index e0b5390..3ff659e 100644 --- a/frontend/app/templates/details-new.html +++ b/frontend/app/templates/details-new.html @@ -224,7 +224,7 @@

Parental Involvement

Feedback

-
+

Are you a parent or teacher at this school?

{{ entry.reflection }}
{{ entry.who }}

diff --git a/frontend/css/index.css b/frontend/css/index.css index 40679d8..1614817 100644 --- a/frontend/css/index.css +++ b/frontend/css/index.css @@ -522,6 +522,9 @@ div.avgline span.avg { .overlay { display: none; } +.coming-soon { + position: relative; +} .coming-soon .overlay { opacity: 1; display: block; @@ -553,6 +556,7 @@ div.avgline span.avg { text-align: center; font-size: 46px; font-weight: bold; + line-height: 1em; } .coming-soon.teacher-survey .overlay { height: 458px;