- {% for author in authors %}
-

-
{{author.full_name}}
- {% endfor %}
+
{{body}}
diff --git a/templates/css/compute-c23f91.webflow.css b/templates/css/compute-c23f91.webflow.css
index 8587062..24cf453 100644
--- a/templates/css/compute-c23f91.webflow.css
+++ b/templates/css/compute-c23f91.webflow.css
@@ -44,7 +44,13 @@
}
article {
- margin: 20px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+
+article>* {
+ line-height: 1.5;
}
h1 {
@@ -97,12 +103,11 @@ li {
}
.flex-block-2.purple {
- color: #333;
- background-color: #552a85;
flex-flow: column;
justify-content: space-around;
padding-top: 0;
display: flex;
+ background-color: #552a85;
overflow-x: hidden;
}
@@ -197,16 +202,36 @@ li {
}
.text-block-2 {
- color: #fff;
+ color: white;
font-size: 18px;
}
+article>* {
+ width: 96vw;
+ max-width: 940px;
+}
+
+#header-elements {
+ width: 96vw;
+ max-width: 940px;
+}
+
@media screen and (max-width: 991px) {
.heading-3.unwrapped-compute.compute-gradiant {
height: 22vw;
min-height: 0%;
}
+ article>* {
+ width: 96vw;
+ max-width: 575px;
+ }
+
+ #header-elements {
+ width: 96vw;
+ max-width: 575px;
+ }
+
.grid {
grid-template-columns: 1fr;
}