style: made code display as inline-blocks

This commit is contained in:
Ayo Ayco 2025-01-18 20:10:09 +01:00
parent 5e647e559e
commit 87c386a721
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@
background: rgb(245, 242, 240); background: rgb(245, 242, 240);
padding: 0.25em 0.3em; padding: 0.25em 0.3em;
border-radius: 5px; border-radius: 5px;
display: inline; display: inline-block;
vertical-align: text-bottom; vertical-align: text-bottom;
} }

View file

@ -158,7 +158,7 @@
background: rgb(245, 242, 240); background: rgb(245, 242, 240);
padding: 0.25em 0.3em; padding: 0.25em 0.3em;
border-radius: 5px; border-radius: 5px;
display: inline; display: inline-block;
vertical-align: text-bottom; vertical-align: text-bottom;
} }