0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

reduce style between li elements

This commit is contained in:
Víctor Losada Hernández
2025-01-31 12:04:40 +01:00
parent b6b23a787c
commit 057abcda0d

View File

@@ -8,7 +8,6 @@
}
.notificationPopup {
font-size:17px;
position : relative;
width : 100%;
padding : 15px;
@@ -53,15 +52,14 @@
list-style-position : outside;
list-style-type : disc;
li {
margin-top : 1.2em;
font-size : 0.9em;
line-height : 1.2em;
line-height : 1.5em;
padding-left: 1em;
em {
text-transform:capitalize;
font-weight : 800;
}
li { list-style-type: square;}
li { list-style-type: square; line-height : 1.2em;}
}
ul ul,ol ol,ul ol,ol ul {
margin-bottom : 0px;
@@ -79,12 +77,12 @@
white-space : pre-wrap;
}
pre code {
display : inline-block;
width : 100%;
display : inline-block;
width : 100%;
}
.blank {
height : 1em;
margin-top : 0;
height : 1em;
margin-top : 0;
& + * { margin-top : 0; }
}