From de63db27feaf5939af05fe8bf9fedf74084b1aa9 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 29 Jun 2021 20:49:26 -0400 Subject: finished offerings and added review section, added SVG icons --- stylesheet.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'stylesheet.css') diff --git a/stylesheet.css b/stylesheet.css index 77632bb..f879d31 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -83,8 +83,14 @@ section.quiet { background-color: white; } +.button img { + margin-right: 1em; +} + button.button, a.button { + display: flex; + align-items: center; background-color: var(--teal); padding-left: 1em; padding-right: 1em; @@ -126,6 +132,7 @@ section a { } .card { + font-size: 0.9em; background-color: white; padding: 2em; border-radius: 1em; @@ -190,11 +197,13 @@ section.flexible { flex-direction: column; } +#reviews .card, #offerings .card { margin: 1em; text-align: center; } +#reviews, #offerings { padding-left: 0; padding-right: 0; @@ -217,7 +226,8 @@ section.flexible { font-size: 1.5em; } -.modal a { +.modal a, +.card a.button { float: right; } -- cgit v1.2.3