mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00
Minor responsiveness adjustments
This commit is contained in:
parent
41674ce687
commit
ddced518a1
1 changed files with 30 additions and 1 deletions
|
@ -420,4 +420,33 @@ img.cite {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 55px;
|
font-size: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-buttons {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demobox h2 {
|
||||||
|
font-size: 40px;
|
||||||
|
margin-top: -1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demobox {
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demobox .record-type {
|
||||||
|
word-wrap: break-word;
|
||||||
|
padding: 10px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demobox .demo-ip {
|
||||||
|
padding: 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.display code {
|
||||||
|
font-size: 90%;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue