mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
More adjustments
This commit is contained in:
parent
3808f3fe48
commit
798c3b924b
@ -2,6 +2,10 @@
|
|||||||
@apply .mx-auto;
|
@apply .mx-auto;
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
|
|
||||||
|
@screen md {
|
||||||
|
@apply .px-8;
|
||||||
|
}
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
@apply .text-center .mx-auto;
|
@apply .text-center .mx-auto;
|
||||||
padding-top: 58px;
|
padding-top: 58px;
|
||||||
|
|||||||
@ -49,11 +49,9 @@ a.header-anchor {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
@apply .mb-4 .font-semibold;
|
@apply .mb-4 .font-semibold;
|
||||||
|
|
||||||
&:hover .header-anchor {
|
@screen md {
|
||||||
@apply .visible;
|
&:hover .header-anchor {
|
||||||
|
@apply .visible;
|
||||||
@screen smx {
|
|
||||||
margin-left: 0 !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user