Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
Fix content-box paddings
  • Loading branch information
ltalve committed Jul 3, 2024
1 parent f3a3e92 commit e090a60
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions template/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,17 +392,10 @@ table td {
}

.code-box {
position: relative;
background: #f5d2cc;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
padding-left: 1rem;
padding-right: 1rem;
padding: 10px;
border: none;
display: flex;
align-items: center;
margin-bottom: 1rem;
min-height: 2.5rem;
border-radius: 3px;
}

Expand Down Expand Up @@ -430,17 +423,10 @@ code span {
}

.commandline-box {
position: relative;
background: #cccccc;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
padding-left: 1rem;
padding-right: 1rem;
padding: 10px;
border: none;
display: flex;
align-items: center;
margin-bottom: 1rem;
min-height: 2.5rem;
border-radius: 3px;
}

Expand Down

0 comments on commit e090a60

Please sign in to comment.