diff --git a/css/proof-of-position-protocol.webflow.css b/css/proof-of-position-protocol.webflow.css index 25c25ec..6d424c2 100644 --- a/css/proof-of-position-protocol.webflow.css +++ b/css/proof-of-position-protocol.webflow.css @@ -1555,8 +1555,11 @@ .spark-container-4 { max-width: 1440px; + flex-direction: column; + align-items: center; margin-left: auto; margin-right: auto; + display: flex; position: relative; } @@ -1581,6 +1584,10 @@ right: 0%; } +.spark-absolute-dark-background.spark-top-aligned.feedback { + background-color: #fff; +} + .spark-section-3 { width: 100%; padding: 176px 64px; @@ -1655,6 +1662,10 @@ margin-bottom: .5rem; } +.spark-section-3.feedback { + padding-top: 100px; +} + .uui-heroheader01_pattern-image { width: 18.625rem; position: absolute; @@ -4190,6 +4201,13 @@ border-radius: 0; } +.html-embed { + width: 100%; + max-width: 900px; + border-radius: 12px; + padding: 12px; +} + @media screen and (max-width: 991px) { .spark-line-3.spark-simple-line { width: 12.75px; diff --git a/feedback.html b/feedback.html new file mode 100644 index 0000000..6b80835 --- /dev/null +++ b/feedback.html @@ -0,0 +1,88 @@ + + + + + + Feedback + + + + + + + + + + + + + + + + + + + + +
+
+
+

Feedback

+
+ +
+
+
+ + + + + + \ No newline at end of file