bullet03 commented on code in PR #17205:
URL: https://github.com/apache/beam/pull/17205#discussion_r845022812


##########
website/www/site/assets/scss/_quotes.scss:
##########
@@ -17,9 +17,44 @@
 
 @import "media";
 
+.quote-img-container {
+  display: flex;
+  flex: 1;
+  justify-content: center;
+  align-items: center;
+  width: 100%;
+}
+
+.quote-img {
+  //width: 100%;

Review Comment:
   done



##########
website/www/site/assets/scss/_quotes.scss:
##########
@@ -30,47 +65,45 @@
 
   .quotes-desktop {
     display: flex;
-    justify-content: center;
+    justify-content: space-between;
+    width: 100%;
+    overflow: hidden;
+  }
 
-    .quote-card {
-      display: flex;
-      flex-direction: column;
-      align-items: center;
-      text-align: center;
-      width: 100%;
-      max-width: 381px;
-      height: 474px;
-      margin: 86px 36px 0 0;
-      padding: 55px 20px 24px 20px;
-      border-radius: 16px;
-      background-color: $color-white;
-      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16),
-        0 4px 4px 0 rgba(0, 0, 0, 0.06);
-      margin-right: 36px;
+  .quote-card {
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    text-align: center;
+    width: 100%;
+    overflow: hidden;
+    //max-width: 381px;

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to