mirror of
https://github.com/caddyserver/website.git
synced 2025-04-29 00:09:15 -04:00
feat(redesign): retrieve from URL
This commit is contained in:
parent
85ec18c9a6
commit
ee662393d0
4 changed files with 92 additions and 44 deletions
|
@ -43,7 +43,11 @@ html {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
#download-link>button {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#platform {
|
||||
|
@ -273,4 +277,12 @@ select {
|
|||
background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
|
||||
background-size: 4px 4px, 4px 4px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.package-version {
|
||||
height: 50%;
|
||||
font-size: 80%;
|
||||
width: 4rem;
|
||||
padding-top: unset;
|
||||
padding-bottom: unset;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue