Skip to content

Commit

Permalink
fix style on phones
Browse files Browse the repository at this point in the history
  • Loading branch information
CaveNightingale committed May 3, 2024
1 parent 5ac7a75 commit d9678c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions static/assets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@
border-radius: 0.5em;
display: flex;
justify-content: center;
flex-direction: column;
overflow-x: auto;
overflow-y: hidden;
}

.algorithm-container > div {
white-space: nowrap;
}

.graph-container > div {
min-width: 450px;
}

.katex-display {
overflow-x: auto;
overflow-y: hidden;
}

@media screen and (min-width: 1200px) {
Expand Down

0 comments on commit d9678c2

Please sign in to comment.