docs headers; ruru page responsiveness

Changed files
+33 -4
site
docs
ruru
assets
styles
+11 -4
site/docs/index.php
···
<?php include "../nav_main.php" ?>
<dl>
-
<dt><a href="https://stash.4-walls.net/selfhostdw/">self hosting dreamwidth with docker</a> (<time datetime="2025-04-16">april 2025</time>)</dt>
<dd>how to deploy a production instance of the <a href="https://github.com/dreamwidth/dreamwidth/">dreamwidth</a> code in docker</dd>
<dt><a href="https://stash.4-walls.net/irc1/">hosting soju + gamja with docker</a> (<time datetime="2025-04-18">april 2025</time>)</dt>
<dd>how to deploy the IRC gamja web client & soju bouncer software in docker</dd>
-
<dt><a href="https://superlove.sayitditto.net/works/338">OTW-archive paperclip to active storage</a> (<time datetime="2024-06-01">june 2024</time>)</dt>
<dd>now obsolete and superseded by upstream doing their own migration, but notable because i did it first</dd>
-
<dt><a href="https://superlove.sayitditto.net/works/171">deploying OTW-archive through docker in production</a> (<time datetime="2024-04-06">april 2024</time>)</dt>
-
<dd>not super well written and therefore overdue for a rewrite, but gets the gist.</dd>
</dl>
</main>
···
<?php include "../nav_main.php" ?>
+
<h2 id="self-hosting" class="highlight">self-hosting</h2>
+
<dl>
+
<dt><a href="https://stash.4-walls.net/selfhostdw/">self-hosting dreamwidth in docker</a> (<time datetime="2025-04-16">april 2025</time>)</dt>
<dd>how to deploy a production instance of the <a href="https://github.com/dreamwidth/dreamwidth/">dreamwidth</a> code in docker</dd>
<dt><a href="https://stash.4-walls.net/irc1/">hosting soju + gamja with docker</a> (<time datetime="2025-04-18">april 2025</time>)</dt>
<dd>how to deploy the IRC gamja web client & soju bouncer software in docker</dd>
+
<dt><a href="https://superlove.sayitditto.net/works/171">self-hosting <span aria-label="OTW">otw</span>-archive in docker</a> (<time datetime="2024-04-06">april 2024</time>)</dt>
+
<dd>not super well written and therefore overdue for a rewrite, but gets the gist.</dd>
+
</dl>
+
+
<h2 id="software" class="highlight">software</h2>
+
+
<dl>
+
<dt><a href="https://superlove.sayitditto.net/works/338"><span aria-label="OTW">otw</span>-archive paperclip to active storage</a> (<time datetime="2024-06-01">june 2024</time>)</dt>
<dd>now obsolete and superseded by upstream doing their own migration, but notable because i did it first</dd>
</dl>
</main>
+22
site/ruru/assets/styles/main.css
···
@font-face {
font-family: "Victor Mono";
src: url("../fonts/VictorMono-Regular.ttf");
···
+
@media only screen and (max-width: 576px) {
+
#wrapper {
+
font-size: 4vw !important;
+
width: 90vw !important;
+
min-height: 130vw !important;
+
word-wrap: break-word !important;
+
}
+
+
#wrapper small {
+
font-size: 85%;
+
}
+
}
+
+
@media only screen and (max-width: 1080px) {
+
#wrapper {
+
font-size: 4vw !important;
+
width: 90vw !important;
+
min-height: 130vw !important;
+
word-wrap: break-word !important;
+
}
+
}
+
@font-face {
font-family: "Victor Mono";
src: url("../fonts/VictorMono-Regular.ttf");