Minor tweaks

Link to Twitter is needed for account verification
This commit is contained in:
Matthew Holt 2022-03-08 15:05:50 -07:00
parent 2fb9ef5f23
commit 7c2519209c
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 4 additions and 3 deletions

View file

@ -520,8 +520,9 @@ article .json a {
position: absolute; position: absolute;
font-size: 16px; font-size: 16px;
transition: transform .25s ease-in-out, opacity .25s ease-in-out; transition: transform .25s ease-in-out, opacity .25s ease-in-out;
max-height: 50%; /* TODO: This would be nice, but it breaks the arrow-box... */
overflow-y: auto; /* max-height: 50%;
overflow-y: auto; */
} }
#hovercard:not(.popup) { #hovercard:not(.popup) {

View file

@ -31,7 +31,7 @@
<a href="/download" class="big cyan button">Download</a> <a href="/download" class="big cyan button">Download</a>
<a href="/docs/getting-started" class="big gray button">Get Started</a> <a href="/docs/getting-started" class="big gray button">Get Started</a>
<br> <br>
Caddy uses only the Apache 2.0 open source license. Caddy uses only the Apache 2.0 open source license. <a href="https://twitter.com/caddyserver">Follow @caddyserver</a>
</div> </div>
</div> </div>
</div> </div>