Changed fixes approach in accordance with PR comments

This commit is contained in:
mpetrov 2024-11-22 18:18:38 +02:00
parent fbb478e498
commit aeaa377183
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@
}
p {
margin: 0;
padding: 7px;
padding: 6px 7px;
color: #305680;
}
div {

View File

@ -374,8 +374,8 @@
& > code {
span.line-numbers-rows {
top: -12px;
bottom: -12px;
top: -11px;
bottom: -11px;
left: -66px;
width: 50px;
border: none;