Merge branch 'master' into chapters

This commit is contained in:
Ajay Ramachandran
2022-03-12 16:56:53 -05:00
committed by GitHub
21 changed files with 1388 additions and 537 deletions

View File

@@ -593,7 +593,7 @@ svg {
/* Top bar navigation for smaller screens */
@media only screen and (max-height: 650px), only screen and (max-width: 1200px) {
@media only screen and (max-height: 725px), only screen and (max-width: 1200px) {
#options-container {
flex-direction: column;
}
@@ -666,6 +666,8 @@ svg {
@media only screen and (max-width: 800px) {
#options {
padding: 0 15px;
justify-content: left;
}
#options > div {
max-width: 100%;
}
}