aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/styles/global.css')
-rw-r--r--apps/website/src/styles/global.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css
index 9efd728..340c9e0 100644
--- a/apps/website/src/styles/global.css
+++ b/apps/website/src/styles/global.css
@@ -53,10 +53,10 @@
.astro-code code span.line {
counter-increment: listing;
text-align: left;
- /* float: left;
- clear: left; */
+ float: left;
+ clear: left;
font-size: 13px;
- text-wrap: nowrap;
+ white-space: pre;
}
.astro-code code span.line::before {
@@ -66,6 +66,7 @@
width: 2em;
padding: 0;
margin-left: auto;
+ margin-right: 1ch;
/* margin-right: 10px; */
text-align: right;
font-family: 'Roboto Mono', monospace !important;