Add mobile-specific tabs+content

This commit is contained in:
Gabe Kangas
2022-09-10 12:08:22 -07:00
parent a2fa754922
commit 0430adc502
5 changed files with 104 additions and 28 deletions

View File

@@ -5,15 +5,15 @@
}
.customPageContent {
font-size: 16px;
line-height: 1.5em;
font-size: 1.1rem;
line-height: 1.6em;
margin: 0;
padding: 0;
color: var(--theme-color-palette-0);
background-color: var(--theme-color-palette-4);
padding: calc(2 * var(--content-padding));
border-radius: var(--theme-rounded-corners);
width: clamp(300px, 80%, 900px);
width: clamp(300px, 80%, 1000px);
// Allow the content to fill the width on narrow screens.
@media only screen and (max-width: 768px) {