Skip to content

Commit

Permalink
enhance: adjust h1/h2 css for Jupyter Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
meilinz authored and hackjutsu committed Aug 14, 2018
1 parent 5b0af33 commit 2a0668b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/containers/codeArea/jupyterNotebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
}

.jupyterNotebook-section {

h1 {
@extend .font-style-base;
font-size: 30px !important;
font-weight: 600;
margin-top: 20px !important;
margin-bottom: 10px !important;
}

h2 {
@extend .font-style-base;
font-size: 25px !important;
margin-top: 20px !important;
margin-bottom: 10px !important;
}

.nb-notebook {
@extend .font-style-base;
line-height: 1.5;
Expand Down

0 comments on commit 2a0668b

Please sign in to comment.