Files
aza/APP/nexus-remote/node_modules/koffi/doc/static/print.css
2026-03-25 14:14:07 +01:00

11 lines
278 B
CSS

/* SPDX-License-Identifier: MIT */
/* SPDX-FileCopyrightText: 2025 Niels Martignène <niels.martignene@protonmail.com> */
@media print {
.schema { width: 90%; }
.columns { display: block; }
.columns > * { width: auto; }
.columns > * + * { margin-top: 3em; }
}