diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-06-29 20:49:26 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-06-29 20:49:26 -0400 |
commit | de63db27feaf5939af05fe8bf9fedf74084b1aa9 (patch) | |
tree | c63373527acb474dc3ccd3c35acb95045547ecff /stylesheet.css | |
parent | 7e0383ff63551cc1cc3df9cfaabfb9e03104bccc (diff) | |
download | carpentertutoring-de63db27feaf5939af05fe8bf9fedf74084b1aa9.tar.xz carpentertutoring-de63db27feaf5939af05fe8bf9fedf74084b1aa9.zip |
finished offerings and added review section, added SVG icons
Diffstat (limited to 'stylesheet.css')
-rw-r--r-- | stylesheet.css | 12 |
1 files changed, 11 insertions, 1 deletions
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; } |