0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 12:22:44 +00:00

remove unnecessary spaces

This commit is contained in:
Víctor Losada Hernández
2025-01-31 20:08:10 +01:00
parent 5d3742aea6
commit be1742d01d

View File

@@ -52,14 +52,14 @@
list-style-position : outside; list-style-position : outside;
list-style-type : disc; list-style-type : disc;
li { li {
padding-left : 1em; font-size : 0.9em;
font-size : 0.9em; line-height : 1.5em;
line-height : 1.5em; padding-left: 1em;
em { em {
font-weight : 800; text-transform:capitalize;
text-transform : capitalize; font-weight : 800;
} }
li { line-height : 1.2em; list-style-type : square;} li { list-style-type: square; line-height : 1.2em;}
} }
ul ul,ol ol,ul ol,ol ul { ul ul,ol ol,ul ol,ol ul {
margin-bottom : 0px; margin-bottom : 0px;
@@ -67,14 +67,14 @@
} }
} }
/* Markdown styling */ /*Markdown styling*/
code { code {
padding : 0.1em 0.5em; background:#08115a;
font-family : 'Courier New', 'Courier', monospace; padding: 0.1em 0.5em;
border-radius:2px;
font-family : 'Courier New', "Courier", monospace;
overflow-wrap : break-word; overflow-wrap : break-word;
white-space : pre-wrap; white-space : pre-wrap;
background : #08115A;
border-radius : 2px;
} }
pre code { pre code {
display : inline-block; display : inline-block;
@@ -85,8 +85,4 @@
margin-top : 0; margin-top : 0;
& + * { margin-top : 0; } & + * { margin-top : 0; }
} }
} }