wiki

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 889f295af7e7066247140351efe659edaf961a45
parent 59f795dfd1135768aa604708267cc7e3d43ca7c6
Author: Alisa Lain <60989682+al1-ce@users.noreply.github.com>
Date:   Thu, 10 Jul 2025 05:35:38 +0300

Update index.html
Diffstat:
Mpublic/index.html | 31+++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -122,6 +122,16 @@ :root { --sidebar-width: 0 !important; + --heading-h1-font-size: var(--font-size-xl); + } + + + h1 { + border-bottom: 1px solid var(--gray); + } + + h2 { + border-bottom: none; } #main { @@ -177,9 +187,20 @@ /* flex-wrap: wrap; */ } - @media only screen and (max-width: 500px) {} - @media only screen and (min-width: 500px) { + @media only screen and (max-width: 500px) { + #app-nav { + margin-left 0; + margin-right: 0; + left: 0 !important; + right: 0 !important; + } + .markdown-section { + padding-left: 1rem; + padding-right: 1rem; + } + } + @media only screen and (min-width: 500px) { #nav-home { margin-right: auto; } @@ -190,12 +211,6 @@ .search { margin-left: 1rem; } - #app-nav { - margin-left 0; - margin-right: 0; - left: 0 !important; - right: 0 !important; - } } </style> <nav id="app-nav" class="app-nav">