summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-23 15:36:37 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-23 15:36:37 +0000
commit7d71b0fec148d3262c6e77c2dd8604be7132d594 (patch)
treeebfba887334aec70f4a00a435b51ac54c7dcd070 /style.css
parent1803b7af89735317d96dd4fd9f78041875d2889b (diff)
added some endoresements
Diffstat (limited to '')
-rw-r--r--style.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/style.css b/style.css
index d0a27a9..fb3138a 100644
--- a/style.css
+++ b/style.css
@@ -281,7 +281,7 @@ header {
.reviews_grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
- gap: 20px;
+ gap: 50px;
margin: 22px 10px 10px 0px;
}
@@ -293,18 +293,25 @@ header {
height: auto;
}
-.reviews_grid > div > q {
+.reviews_quote {
font-size: 1.3rem;
font-family: "Franklin-Italic";
line-height: 1.2em;
color: #4e8273;
+ margin-left: 2rem;
padding-right: 30px;
padding-top: 20px;
padding-bottom:100px
}
-.reviews_grid > div > p {
+/* this means a p subling to reviews_quote */
+.reviews_quote ~ p {
color: darkgray;
+ padding: 10px 0px;
+}
+
+.reviews_quote_container {
+ margin-top: 30px;
}
.footer {