0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Updated code's style

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-05-03 15:46:15 +04:00
parent 77d055f8ed
commit 44f10af006
4 changed files with 178 additions and 186 deletions

View File

@ -111,6 +111,7 @@ img {
pre {
background-color: $color-bg-alt;
border-radius: 4px;
display: block;
overflow-x: auto;
padding: 1em;
@ -118,6 +119,7 @@ pre {
code {
background-color: $color-bg-alt;
border-radius: 4px;
font-size: .9em;
padding: 0 .5em;
white-space: pre-wrap;