mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
Minor tweaks
Link to Twitter is needed for account verification
This commit is contained in:
parent
2fb9ef5f23
commit
7c2519209c
2 changed files with 4 additions and 3 deletions
|
@ -520,8 +520,9 @@ article .json a {
|
|||
position: absolute;
|
||||
font-size: 16px;
|
||||
transition: transform .25s ease-in-out, opacity .25s ease-in-out;
|
||||
max-height: 50%;
|
||||
overflow-y: auto;
|
||||
/* TODO: This would be nice, but it breaks the arrow-box... */
|
||||
/* max-height: 50%;
|
||||
overflow-y: auto; */
|
||||
}
|
||||
|
||||
#hovercard:not(.popup) {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<a href="/download" class="big cyan button">Download</a>
|
||||
<a href="/docs/getting-started" class="big gray button">Get Started</a>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue