Give code boxes and images a slight round border
This commit is contained in:
parent
28b523bb17
commit
2f265b8443
1 changed files with 3 additions and 2 deletions
|
@ -257,7 +257,8 @@ main {
|
|||
margin: 0;
|
||||
|
||||
img {
|
||||
width: 100%
|
||||
width: 100%;
|
||||
border-radius: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -306,7 +307,7 @@ main {
|
|||
}
|
||||
|
||||
.highlight > pre {
|
||||
border-radius: 2px;
|
||||
border-radius: 20px;
|
||||
overflow-y: auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue