Skip to content

Commit

Permalink
Fix small mistakes
Browse files Browse the repository at this point in the history
Co-authored-by: SZCZUPAK Valentin <[email protected]>
  • Loading branch information
Pablo Borowicz and SZCZUPAK Valentin authored Jan 18, 2022
1 parent 6cddbfe commit 3e7d87f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions assets/scss/templates/_code.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
div.highlight {
.highlight {
margin: 1.5rem 0;
background: #f7f7f8;
overflow-x: auto;
Expand All @@ -17,7 +17,6 @@ pre {
border-radius: 2px;
line-height: 1.15;


code {
display: block;
color: #333;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/templates/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ old notices
pre {
display: block;
padding: 9.5px;
margin-bottom: 0; // to remote the margin bottom from `.content *`
margin-bottom: 0; // to remove the margin bottom from `.content *`
white-space: pre-wrap;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/templates/_notices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//border-left: 5px solid $color;
}

div.notices {
.notices {
margin: 1.5rem 0;
position: relative;
line-height: 1.6;
Expand Down

0 comments on commit 3e7d87f

Please sign in to comment.