More adjustments

This commit is contained in:
Dane Everitt 2018-07-27 22:22:16 -07:00
parent 3808f3fe48
commit 798c3b924b
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 7 additions and 5 deletions

View File

@ -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;

View File

@ -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;
} }
} }
} }