From 5759cca94ab2bc26f6a2935c7af8e84adab2ba46 Mon Sep 17 00:00:00 2001 From: ZoNeSRuS <42711621+ZoNeSRuS@users.noreply.github.com> Date: Fri, 16 Feb 2024 06:35:24 +0700 Subject: [PATCH] add CSS (#3) --- docs/stylesheets/extra.css | 3 +++ mkdocs.yml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 docs/stylesheets/extra.css diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..1b717a4 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,3 @@ +.md-grid { + max-width: initial; + } \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 7036417..0181f53 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,6 +35,9 @@ extra: - icon: fontawesome/brands/discord link: https://discord.gg/ss220 +extra_css: + - stylesheets/extra.css + markdown_extensions: - admonition - pymdownx.details