fix roadmap quote size on mobile
This commit is contained in:
parent
199885d2eb
commit
d46b5b662e
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue