mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
Minor style updates, add business contact page
This commit is contained in:
parent
d235f6a9c4
commit
f181d98e38
7 changed files with 65 additions and 15 deletions
|
@ -109,7 +109,7 @@ header nav .button {
|
|||
.button {
|
||||
border-radius: 2em;
|
||||
padding: 10px 20px;
|
||||
margin: 15px 30px 15px 0;
|
||||
margin: 15px 0;
|
||||
height: auto;
|
||||
transition: all .2s;
|
||||
text-decoration: none;
|
||||
|
@ -134,7 +134,7 @@ header nav .button {
|
|||
}
|
||||
|
||||
.button.blue {
|
||||
background-color: #009ae6;
|
||||
background-color: #0082d0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -168,12 +168,20 @@ article a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
pre,
|
||||
code {
|
||||
font-family: 'PT Mono', 'Source Code Pro', monospace;
|
||||
padding: 3px 6px;
|
||||
font-size: 95%;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 100px;
|
||||
padding: 0 50px 100px;
|
||||
padding-bottom: 100px;
|
||||
line-height: 125%;
|
||||
}
|
||||
|
||||
|
|
|
@ -335,14 +335,6 @@ h5 {
|
|||
background-color: rgba(0, 0, 0, .075);
|
||||
}
|
||||
|
||||
pre,
|
||||
code {
|
||||
font-family: 'PT Mono', 'Source Code Pro', monospace;
|
||||
padding: 3px 6px;
|
||||
font-size: 95%;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #e9f1fb;
|
||||
border-radius: 5px;
|
||||
|
|
|
@ -138,7 +138,6 @@ code.rest {
|
|||
}
|
||||
|
||||
iframe.github-stars {
|
||||
margin-left: 20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue