mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
Oops, forgot css file
This commit is contained in:
parent
f181d98e38
commit
144a639efc
1 changed files with 40 additions and 0 deletions
40
src/resources/css/business.css
Normal file
40
src/resources/css/business.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
h1 {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 80px;
|
||||
text-align: center;
|
||||
margin: 100px auto;
|
||||
}
|
||||
|
||||
.panels {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.panels > * {
|
||||
flex: 1;
|
||||
margin: 0 50px;
|
||||
}
|
||||
|
||||
.panels > :first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1em 0;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
h1 {
|
||||
font-size: 50px;
|
||||
margin: 50px auto;
|
||||
}
|
||||
|
||||
.panels {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.panels > * {
|
||||
margin: 30px 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue