fix roadmap quote size on mobile

This commit is contained in:
Anton Livaja 2025-03-18 08:00:35 -07:00
parent 199885d2eb
commit d46b5b662e
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 12 additions and 1 deletions

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