diff --git a/_layouts/roadmap.html b/_layouts/roadmap.html index e4f6ac7..7a3ff7f 100644 --- a/_layouts/roadmap.html +++ b/_layouts/roadmap.html @@ -442,7 +442,7 @@
-

❝Our mission is to use our knowledge to improve the security, privacy, and freedom of as many individuals as possible. We believe having verifiable foundations on which technologies can be built is a fundamental step toward improving the wellbeing of our species and solving the coordination problem.❝ — Distrust team

+

❝Our mission is to use our knowledge to improve the security, privacy, and freedom of as many individuals as possible. We believe having verifiable foundations on which technologies can be built is a fundamental step toward improving the wellbeing of our species and solving the coordination problem.❝ — Distrust team

diff --git a/_sass/base.scss b/_sass/base.scss index 5ea8be3..13c1416 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -1749,6 +1749,10 @@ pre { .powered-header { height: 50px; } + .quote { + font-size: 1.5rem; + line-height: 1.5rem; + } /** * Services Page @@ -1759,5 +1763,12 @@ pre { /** * End Services Page */ + + /** + * Roadmap Page + */ + /** + * End Roadmap Page + */ }