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

@@ -9,9 +9,13 @@
background-color: var(--theme-color-components-video-background);
}
.lowerSection {
padding: 0em 2em;
padding: 0em 2%;
margin-bottom: 2em;
}
.lowerSectionMobile {
padding: 0.3em;
}
}
.leftCol {