diff --git a/deps/web-components b/deps/web-components index 96e9ae8d..5c409881 160000 --- a/deps/web-components +++ b/deps/web-components @@ -1 +1 @@ -Subproject commit 96e9ae8dee2befdbeea274afa72b4ca165c917d3 +Subproject commit 5c409881df9a53c68d5e7696d45f89baac3ddf06 diff --git a/pages/dev/test-site/about/+Page.mdx b/pages/dev/test-site/about/+Page.mdx index a00f9e88..ee7d1451 100644 --- a/pages/dev/test-site/about/+Page.mdx +++ b/pages/dev/test-site/about/+Page.mdx @@ -11,12 +11,11 @@ import { MacrostratIcon } from "~/components";
[//]: # "About" -
-

+

About
-

- + +
Summary @@ -66,9 +65,12 @@ import { MacrostratIcon } from "~/components";
+ + + [//]: # "API"
-
API
+
All data contained in the Macrostrat database are freely available via our Application Programming Interface (API), which provides a convinient way to retrieve data for analysis or application creation. For more information head over to the API root to explore available routes.
diff --git a/pages/dev/test-site/about/main.styl b/pages/dev/test-site/about/main.styl index f0d36dff..516e9f42 100644 --- a/pages/dev/test-site/about/main.styl +++ b/pages/dev/test-site/about/main.styl @@ -7,7 +7,10 @@ padding: 0 20% #apps - padding: 75px 0 + margin-top: 10px + border-radius: 10px + box-shadow: black 1px 0 10px + margin-bottom: 80px a:hover text-decoration: none @@ -20,8 +23,7 @@ a:hover .app-box height: 15vh display: flex - width: 60% - margin: 0 20% + margin-right: 5% position: relative color: black @@ -46,8 +48,7 @@ a:hover font-family: "Maven Pro", sans-serif text-align: center background-color: #4BABBf - width: 60% - margin: 0 20% + border-radius: 10px 10px 0 0 color: white @@ -60,38 +61,28 @@ a:hover position: relative height: 30vh background-color: white + display: grid + grid-template-columns: 30% 70% + border-radius: 10px + box-shadow: black 1px 0 10px -#api-circle-text - display: table-cell; - vertical-align: middle; - color: #6bbe98; - font-size: 72px - font-weight: 500 - -.api-circle - float: left - margin-left: 15% - margin-right: 50px - background-color: #fff; - height: 200px; - width: 200px; - border-radius: 50%; - text-align: center; - display: table; - border: 11px solid #6bbe98; - color: #4BABBf; +.api-image + margin:auto #api-text - padding-top: 50px - margin-right: 15% color: #4bab7f; font-size: 20px; line-height: 28px; font-weight: 400; + margin: auto + padding: 0 30px #about padding: 50px 0 + border-radius: 10px + box-shadow: black 1px 0 10px + margin-bottom: 10px .about-row margin: 4% @@ -109,16 +100,17 @@ a:hover #about-title text-align: left - color: #E0E1E6 position: relative padding-bottom: 0 + margin-top: 75px + color: black .line width: 100%; - border-bottom: 1px solid #E0E1E6; + border-bottom: 1px solid black; position: absolute; .rock-border width: 100% margin: 0 - padding: 0 + padding: 0 \ No newline at end of file diff --git a/pages/dev/test-site/donate/+Page.mdx b/pages/dev/test-site/donate/+Page.mdx index 9ed280a2..886827d8 100644 --- a/pages/dev/test-site/donate/+Page.mdx +++ b/pages/dev/test-site/donate/+Page.mdx @@ -9,18 +9,16 @@ import { MacrostratIcon } from "~/components"; [//]: # "Donate" -