initial commit a lot more stuff Make project REUSE compliant start working on implementing audio
16 lines
233 B
SCSS
16 lines
233 B
SCSS
/*
|
|
* SPDX-FileCopyrightText: 2025 Ncam Gnrvngu <info@ncamgnrvngu.eu>
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
@use "../base";
|
|
|
|
#page_content {
|
|
max-width: 900px;
|
|
}
|
|
|
|
#title {
|
|
font-size: 40pt;
|
|
margin-bottom: 10px;
|
|
}
|