diff options
| author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-26 20:49:05 +0100 |
|---|---|---|
| committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-26 20:49:05 +0100 |
| commit | b0496a9f04addbd26eb4e1d4401699343482770d (patch) | |
| tree | 009d52a72f78b3f738b99d5552cb576c95a3deca /apps/website/src/styles | |
| parent | 530634fea254c344684d42fe7a1d5b4020f6a3ab (diff) | |
| download | Nexus-b0496a9f04addbd26eb4e1d4401699343482770d.tar.gz Nexus-b0496a9f04addbd26eb4e1d4401699343482770d.tar.bz2 Nexus-b0496a9f04addbd26eb4e1d4401699343482770d.zip | |
Fixes webkit stuff
Diffstat (limited to 'apps/website/src/styles')
| -rw-r--r-- | apps/website/src/styles/global.css | 7 |
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; |
