diff --git a/web/styles/portico/landing_page.css b/web/styles/portico/landing_page.css index f48f0883a5..a2d424fd29 100644 --- a/web/styles/portico/landing_page.css +++ b/web/styles/portico/landing_page.css @@ -597,57 +597,6 @@ button { } } -/* -- faq css -- */ -.faqs { - position: relative; - background-color: hsl(0deg 0% 98%); - - .padded-content { - position: relative; - z-index: 1; - } - - & header { - max-width: 700px; - margin: 0 auto; - - & h1 span { - vertical-align: top; - } - } - - .faq { - margin: 50px auto; - max-width: 700px; - font-size: 1.2em; - color: hsl(223deg 6% 25%); - - .question { - font-weight: 600; - color: hsl(222deg 20% 40%); - font-size: 1.1em; - } - - .answer { - margin: 20px 0 0; - font-weight: 400; - } - } - - /* the last faq in the box shouldn't have an extra 50px of margin. */ - .faq-box div:last-of-type { - margin-bottom: 10px; - } - - .faq-header-link { - color: hsl(0deg 0% 0%); - - &:hover { - text-decoration: underline; - } - } -} - .screen { .line { width: 100%;