Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed Feb 15, 2019
1 parent 6faca92 commit 3a794cd
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/_style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,22 @@ body>section>div.cover-main>ul>li>a {
box-shadow: 7px 9px 10px #aaa !important;
}

code {
box-shadow: 2px 1px 20px 2px #aaa;
border-radius: 10px !important;
padding-left: 20px !important;
}

pre {
background-color: #f3f2ee !important;
}

@media (min-width:600px) {
code {
box-shadow: 2px 1px 20px 2px #aaa;
border-radius: 10px !important;
padding-left: 20px !important;
}
}

@media (max-width:600px) {
pre {
padding-left: 0px !important;
padding-right: 0px !important;
}
}

0 comments on commit 3a794cd

Please sign in to comment.