summaryrefslogtreecommitdiff
path: root/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css12
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;
}