mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 07:26:17 -04:00
Keep working on responsiveness
This commit is contained in:
parent
02f328d563
commit
22fddeb556
5 changed files with 18 additions and 40 deletions
|
@ -288,12 +288,13 @@ img.cite {
|
|||
}
|
||||
|
||||
.demobox h2 {
|
||||
position: absolute;
|
||||
top: -99px;
|
||||
font-size: min(90px, 50vw);
|
||||
font-size: 90px;
|
||||
font-weight: 700;
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
max-width: none;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
margin-top: -1.65em;
|
||||
|
||||
background: linear-gradient(0deg, rgba(27,180,186,1) 10%, rgba(0,61,75,1) 50%);
|
||||
-webkit-background-clip: text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue