mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 18:36:04 -06:00
fix up the homepage
This commit is contained in:
parent
1d055089cd
commit
ee65f075c9
@ -1,28 +1,56 @@
|
|||||||
.home {
|
.home {
|
||||||
.hero {
|
@apply .mx-auto;
|
||||||
@apply .text-center .mx-auto;
|
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
@apply .text-center .mx-auto;
|
||||||
|
padding-top: 58px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@apply .max-w-xs;
|
@apply .my-4;
|
||||||
|
max-height: 20rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-button {
|
.action-button {
|
||||||
@apply .inline-block .bg-blue .text-white .p-4
|
@apply .inline-block .bg-blue .text-white .px-8 .py-4 .rounded .text-lg .font-normal .border .border-blue-dark;
|
||||||
|
transition: background-color 100ms ease;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
@apply .no-underline .bg-blue-light .border-blue;
|
||||||
|
transition: background-color 100ms ease;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
@apply .text-5xl .text-black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
@apply .text-grey-darkest;
|
||||||
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.features {
|
.features {
|
||||||
@apply .border-t .px-2 .mt-8 .flex .flex-wrap .items-start .content-between;
|
@apply .border-t .py-5 .mt-10 .flex .flex-wrap .items-start .justify-between;
|
||||||
|
align-content: stretch;
|
||||||
|
|
||||||
.feature {
|
.feature {
|
||||||
@apply flex-grow;
|
@apply .flex-grow;
|
||||||
flex-basis: 30%;
|
flex-basis: 30%;
|
||||||
max-width: 30%;
|
max-width: 30%;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@apply border-b-0 pb-0;
|
@apply .border-b-0 .pb-0 .py-4 .font-normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
@apply .text-grey-darker;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
@apply .text-center .text-grey .text-sm;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,5 +10,5 @@ features:
|
|||||||
details: Built on a modern stack utilizing the best design practices that make it easy to jump in and make modifications.
|
details: Built on a modern stack utilizing the best design practices that make it easy to jump in and make modifications.
|
||||||
- title: Docker to the Core
|
- title: Docker to the Core
|
||||||
details: All servers run in isolated Docker containers that limit attack vectors, provide strict resource limits, and provide environments tailored to each specific game.
|
details: All servers run in isolated Docker containers that limit attack vectors, provide strict resource limits, and provide environments tailored to each specific game.
|
||||||
footer: MIT Licensed | Copyright © 2015 - 2018 Dane Everitt
|
footer: MIT Licensed | Copyright © 2015 - 2018 Dane Everitt & Contributors
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user