Skip to content

Commit

Permalink
Normalize border-radius across classes
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Apr 8, 2024
1 parent aaca79c commit 58006bf
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ h1 {

.breadcrumb {
border:#d6d3ce 1px solid;
padding:2px 4px 2px 4px;
border-radius:5px;
padding:5px;
}

.breadcrumb .info {
Expand Down Expand Up @@ -79,10 +80,10 @@ h1 {

pre.source {
border:#d6d3ce 1px solid;
border-radius:5px;
font-family:monospace;
background-color: #f6f8fa;
border-radius: 10px;
padding: 10px 0px;
background-color:#f6f8fa;
padding:10px 0px;
}

pre.source ol {
Expand Down

0 comments on commit 58006bf

Please sign in to comment.