diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-05 17:04:34 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-05 17:04:34 +0200 |
| commit | dbf703d7a456eb682c3e06f4561e495112e10497 (patch) | |
| tree | 1bc69b873dcf1b5c31861f100465135f0b52a768 /src/Tutorial.module.css | |
| parent | a96d162f649704df5d9b567158366015cbe3172c (diff) | |
Improve tutorial
Diffstat (limited to 'src/Tutorial.module.css')
| -rw-r--r-- | src/Tutorial.module.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Tutorial.module.css b/src/Tutorial.module.css new file mode 100644 index 0000000..459a757 --- /dev/null +++ b/src/Tutorial.module.css @@ -0,0 +1,8 @@ +.quote { + padding-left: 10px; + border-left: 4px solid var(--white); +} + +.quote pre { + margin-bottom: -8px; +} |
