WIP: big redesign #15

Manually merged
anton merged 40 commits from feat/refactor into main 2025-03-19 16:39:29 +00:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit d46b5b662e - Show all commits

View File

@ -442,7 +442,7 @@
<section class="flex-container">
<div class="flex-container-inner"></div>
<div class="flex-container-inner">
<h4 style="filter: brightness(50%)">❝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</h4>
<h4 class="quote" style="filter: brightness(50%)">❝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</h4>
</div>
</section>

View File

@ -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
*/
}