We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb6db4 commit f8bee00Copy full SHA for f8bee00
assets/css/style.css
@@ -184,7 +184,10 @@ ul {
184
185
ul li {
186
margin: 1rem 0;
187
- height: 1.3rem;
+}
188
+
189
+ul li h3 {
190
+ margin: 0;
191
}
192
193
nav > ul {
@@ -267,7 +270,7 @@ body > .container:first-child {
267
270
268
271
#monero {
269
272
font-family: 'Iosevka Web', monospace;
- font-size: 0.7rem;
273
+ font-size: 0.8rem;
274
275
276
#monero code {
0 commit comments