Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Sjölander committed Apr 29, 2019
1 parent d1fbffb commit 5ef3875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/components/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ section.mdx-content p a {
content: '`';
}

.code-block {
.mdx-content .code-block {
display: flex;
flex-direction: column;
background-color: rgb(41, 44, 51);
Expand All @@ -103,7 +103,7 @@ section.mdx-content p a {
margin-bottom: 50px;
}

.code-block .code-wrapper {
.mdx-content .code-block .code-wrapper {
display: flex;
flex-direction: column;
background-color: rgb(41, 44, 51);
Expand All @@ -114,13 +114,13 @@ section.mdx-content p a {
padding: 10px;
}

.code-block pre {
.mdx-content .code-block pre {
margin: 0px;
border-radius: 0px;
font-size: 14px;
}

.code-block > code {
.mdx-content .code-block > code {
background-color: rgb(41, 44, 51);
padding: 10px;
padding-left: 18px;
Expand Down

0 comments on commit 5ef3875

Please sign in to comment.