From 5e2c7e6b0ebbe51933cb0beda3c58403cf283e25 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 25 Apr 2022 23:22:54 +0200 Subject: Fix indents --- assets/sass/_syntax.scss | 68 ++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'assets/sass/_syntax.scss') diff --git a/assets/sass/_syntax.scss b/assets/sass/_syntax.scss index 9797024..adc48ff 100644 --- a/assets/sass/_syntax.scss +++ b/assets/sass/_syntax.scss @@ -69,62 +69,62 @@ /* Code */ code, pre { - font-family: Menlo, Monaco, "Courier New", monospace; + font-family: Menlo, Monaco, "Courier New", monospace; } code { - padding: .25em .5em; - font-size: 85%; - color: #bf616a; - background-color: #f9f9f9; - border-radius: 3px; + padding: .25em .5em; + font-size: 85%; + color: #bf616a; + background-color: #f9f9f9; + border-radius: 3px; } pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - padding: 1rem; - font-size: .8rem; - line-height: 1.4; - white-space: pre; - white-space: pre-wrap; - word-break: break-all; - word-wrap: break-word; - background-color: #f9f9f9; + display: block; + margin-top: 0; + margin-bottom: 1rem; + padding: 1rem; + font-size: .8rem; + line-height: 1.4; + white-space: pre; + white-space: pre-wrap; + word-break: break-all; + word-wrap: break-word; + background-color: #f9f9f9; } pre code { - padding: 0; - font-size: 100%; - color: inherit; - background-color: transparent; + padding: 0; + font-size: 100%; + color: inherit; + background-color: transparent; } /* Gist via GitHub Pages */ .gist .gist-file { - font-family: Menlo, Monaco, "Courier New", monospace !important; + font-family: Menlo, Monaco, "Courier New", monospace !important; } .gist .markdown-body { - padding: 15px; + padding: 15px; } .gist pre { - padding: 0; - background-color: transparent; + padding: 0; + background-color: transparent; } .gist .gist-file .gist-data { - font-size: .8rem !important; - line-height: 1.4; + font-size: .8rem !important; + line-height: 1.4; } .gist code { - padding: 0; - color: inherit; - background-color: transparent; - border-radius: 0; + padding: 0; + color: inherit; + background-color: transparent; + border-radius: 0; } /* Pygments via Jekyll */ .highlight { - margin-bottom: 1rem; - border-radius: 4px; + margin-bottom: 1rem; + border-radius: 4px; } .highlight pre { - margin-bottom: 0; + margin-bottom: 0; } -- cgit v1.2.3