summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/style.css b/style.css
index 0fd1132..9318f16 100644
--- a/style.css
+++ b/style.css
@@ -273,6 +273,30 @@ header {
color: #657c76;
}
+.reviews_grid {
+ display: grid;
+ grid-template-columns: repeat(2, 1fr);
+ gap: 20px;
+ margin: 22px 10px 10px 0px;
+}
+
+.reviews_img {
+ box-shadow: 2px 2px 2px lightgray;
+ border-radius: 5px;
+ margin-right: 20px;
+ max-width: 600px;
+ height: auto;
+}
+
+.reviews_grid > div > q {
+ font-size: 1.2rem;
+ color: darkgray;
+ padding-right: 30px;
+ padding-top: 20px;
+ padding-bottom:100px
+ text-align: end;
+}
+
.footer {
margin-left: auto;
margin-right: auto;