mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 05:26:16 -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;
|
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) {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue