mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Start making homepage responsive
This commit is contained in:
parent
2f08716aec
commit
7294fc7309
3 changed files with 16 additions and 5 deletions
|
@ -182,9 +182,6 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="/account">Account</a>
|
<a href="/account">Account</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="/help/">Help</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -752,7 +752,7 @@ reverse_proxy /api/* localhost:9002</code>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="gray feature">
|
<section class="light gray feature">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<h2>Recommended by experts</h2>
|
<h2>Recommended by experts</h2>
|
||||||
<p>
|
<p>
|
||||||
|
@ -783,7 +783,7 @@ reverse_proxy /api/* localhost:9002</code>
|
||||||
"No popular server software does [session ticket key rotation], with the exception of Caddy."
|
"No popular server software does [session ticket key rotation], with the exception of Caddy."
|
||||||
</p>
|
</p>
|
||||||
<p class="cite">
|
<p class="cite">
|
||||||
—<b>Drew Springall, Zakir Durumeric, and J. Alex Halderman.</b> 2016. <i>Measuring the Security Harm of TLS Crypto Shortcuts.</i> In Proceedings of the 2016 Internet Measurement Conference (IMC '16), Association for Computing Machinery, Santa Monica, California, USA, 33-47. DOI:<a href="https://doi.org/10.1145/2987443.2987480">https://doi.org/10.1145/2987443.2987480</a>
|
—<b>Drew Springall, Zakir Durumeric, and J. Alex Halderman.</b> 2016. <i>Measuring the Security Harm of TLS Crypto Shortcuts.</i> In Proceedings of the 2016 Internet Measurement Conference (IMC '16), Association for Computing Machinery, Santa Monica, California, USA, 33-47. <a href="https://doi.org/10.1145/2987443.2987480">https://doi.org/10.1145/2987443.2987480</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -511,6 +511,20 @@ img.cite {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 1350px) {
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.asides {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-buttons {
|
||||||
|
margin-bottom: 55px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue