Fix footnotes on mobile

91450bb61a2aea2fb910a11a40b51d33d7d729a2
Alexis Sellier committed ago 1 parent 8bac011e
css/base.css +3 -0
348 348
		padding: 1rem 1rem calc(1rem - var(--scrollbar-width)) 1rem;
349 349
	}
350 350
	body > footer {
351 351
		display: block;
352 352
	}
353 +
	.footnotes {
354 +
		font-size: 0.75rem;
355 +
	}
353 356
}
354 357
355 358
@media /* Mobile */
356 359
only screen and (max-device-width: 720px),
357 360
only screen and (max-width: 720px) {