Skip to content

Commit

Permalink
github-deploy-action-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Jan 25, 2024
1 parent 7358eec commit 7596ce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,21 +315,21 @@ body {
#main.Documentation {
padding: 0.8em;
}
#main.Exercise {
#main.Exercises {
padding: 1.2em 0.8em 1.2em 0.8em;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1.2em;
}
#main.Exercise .editor {
#main.Exercises .editor {
/* TODO deprecate */
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1.2em;
}
#main.Exercise .cell-container {
#main.Exercises .cell-container {
width: auto;
}

Expand Down

0 comments on commit 7596ce4

Please sign in to comment.