From 1f0660cdbe6f61d1eafe4498e0b7942b6e2f1853 Mon Sep 17 00:00:00 2001 From: Amy Holt Date: Thu, 5 Sep 2019 08:35:10 -0600 Subject: [PATCH] Add styling for a wide text box inside of a call to action section --- _sass/content.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/content.scss b/_sass/content.scss index c87d88b03..0904efbdc 100644 --- a/_sass/content.scss +++ b/_sass/content.scss @@ -81,3 +81,8 @@ font-size: 0.9em; width: 70%; } + +.wide-text { + width: 100%; + font-family: monospace; +}