Update CSS

428f061876b7815f91f1a9811b08ecc000851b76
Alexis Sellier committed ago 1 parent 525e598d
css/base.css +6 -4
30 30
	-webkit-font-smoothing: antialiased;
31 31
	-moz-osx-font-smoothing: greyscale;
32 32
}
33 33
34 34
body, code, pre, p, kbd, h1, h2, h3, h4, h5, input {
35 -
	font-family: "Consolas", "Inconsolata", monospace;
35 +
	font-family: "Consolas", "Inconsolata", monospace, "Emoji";
36 36
}
37 37
38 38
/* Chrome/Edge/Safari scrollbar */
39 39
*::-webkit-scrollbar {
40 40
	width: var(--scrollbar-width);
128 128
	font-weight: bold;
129 129
}
130 130
h2 {
131 131
	font-size: 1.3rem;
132 132
	line-height: 1.4em;
133 -
	margin-bottom: 30px;
134 -
	margin-top: 90px;
133 +
	margin-top: 1rem;
134 +
	margin-bottom: 1.25rem;
135 135
}
136 136
h3 {
137 -
	font-size: 1.1rem;
137 +
	font-size: 1.25rem;
138 +
	margin-top: 1rem;
139 +
	margin-bottom: 1rem;
138 140
}
139 141
140 142
/*
141 143
 * CODE
142 144
 */