aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-03 14:16:41 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-03 14:16:41 +0430
commit40da7c8cc19098f21d93e8f1720071a64759f9ee (patch)
tree41ac78b1d838a728fcf0a548224ff94bb54b5aff /css
parent737e191e8891dfe0008ce725e419738d510e5363 (diff)
Remove extra spacing before and after code blocks
Until now, the extra space made the padding look too big. * Changed this HTML code convention: ```html <pre><code> some code </code></pre> ``` * to this: ```html <pre><code>some code</code></pre> ``` And the extra space is gone.
Diffstat (limited to 'css')
0 files changed, 0 insertions, 0 deletions