From 21e82e131e5dd4e7987f1e0020a7566b7bdd1a8b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 2 Jun 2024 19:46:48 -0800 Subject: [PATCH] Deployed 49aff39 to dev with MkDocs 1.6.0 and mike 2.1.1 --- dev/fmt.css | 30 ++++ dev/index.html | 348 ++++++++++++++++++------------------------ dev/sitemap.xml.gz | Bin 127 -> 127 bytes dev/syntax/index.html | 20 +-- 4 files changed, 188 insertions(+), 210 deletions(-) diff --git a/dev/fmt.css b/dev/fmt.css index d9d34b3c..3ad561d6 100644 --- a/dev/fmt.css +++ b/dev/fmt.css @@ -9,3 +9,33 @@ .docblock-desc { margin-left: 1em; } + +.features-container { + display: flex; + flex-wrap: wrap; + gap: 20px; + justify-content: center; /* Center the items horizontally */ +} + +.feature { + flex: 1 1 calc(50% - 20px); /* Two columns with space between */ + max-width: 600px; /* Set the maximum width for the feature boxes */ + box-sizing: border-box; + padding: 10px; + overflow: hidden; /* Hide overflow content */ + text-overflow: ellipsis; /* Handle text overflow */ + white-space: normal; /* Allow text wrapping */ +} + +.feature h2 { + margin-top: 0px; + font-weight: bold; +} + +@media (max-width: 768px) { + .feature { + flex: 1 1 100%; /* Stack columns on smaller screens */ + max-width: 100%; /* Allow full width on smaller screens */ + white-space: normal; /* Allow text wrapping on smaller screens */ + } +} diff --git a/dev/index.html b/dev/index.html index aef9abd3..8b111a9d 100644 --- a/dev/index.html +++ b/dev/index.html @@ -66,7 +66,7 @@
- + Skip to content @@ -224,7 +224,9 @@ -
+ + +