mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-28 22:31:07 +00:00
Transition to mkdocs (#829)
Co-authored-by: Jonah Aragon <jonah@triplebit.net>
This commit is contained in:
25
theme/overrides/blog.css
Normal file
25
theme/overrides/blog.css
Normal file
@@ -0,0 +1,25 @@
|
||||
/* Blog hero section */
|
||||
.mdx-container {
|
||||
background-color: white;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.mdx-hero {
|
||||
color: var(--md-primary-bg-color);
|
||||
margin: 0 0.8rem;
|
||||
text-align: center;
|
||||
}
|
||||
.mdx-hero h1 {
|
||||
color: currentcolor;
|
||||
font-weight: 700;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 2rem;
|
||||
}
|
||||
@media screen and (max-width: 29.9375em) {
|
||||
.mdx-hero h1 {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.mdx-hero__content {
|
||||
padding-top: 1rem;
|
||||
}
|
Reference in New Issue
Block a user