Mobile refining and structural fixes

This commit is contained in:
nnwhen 2025-03-19 12:48:40 +02:00
parent 3ce2b1fe29
commit 353bb53485
3 changed files with 15 additions and 23 deletions

View file

@ -2,6 +2,7 @@
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<script src="subsystem/subres/portal.js"></script>
<title>System Listings</title>
<meta name="distribution" content="global" />
@ -56,7 +57,9 @@
<nav>
<a href="index.html">Home</a>
<a href="support.html">Support</a>
<a href="subsystem/index.html" id="subsystem"><div id="nonintrude">SUBSYSTEM</div></a>
<a href="subsystem/index.html" id="subsystem" onclick="disableInject()">
<p id="nonintrude">SUBSYSTEM</p>
</a>
</nav>
<hgroup>
<h1>We Are <span class="dsre">The System</span></h1>

View file

@ -3,22 +3,18 @@
flex-direction: row;
flex-wrap: wrap;
}
#ndx-ndx > section {
margin: auto;
}
#ndx-ndx article > :last-child {
margin-bottom: 5px;
}
#ndx-news,
#ndx-decree,
#ndx-more {
margin: 0;
}
#ndx-news,
#ndx-more {
display: flex;
flex-direction: column;
min-width: 270px;
margin-left: min(2%, 25px);
margin-right: min(2%, 25px);
flex-grow: 1;
max-width: min(90%, 500px);
}
#ndx-news article,
#ndx-more article {
@ -28,6 +24,7 @@
}
#ndx-decree {
max-width: min(90%, 670px);
flex-grow: 2;
text-align: center;
border: var(--text) double 8px;
@ -48,10 +45,6 @@
text-align: left;
}
#ndx-news {
width: 10%;
flex-grow: 1;
}
#ndx-news h1,
#ndx-news h2 {
margin: 5px auto;
@ -61,11 +54,6 @@
font-size: small;
}
#ndx-more {
width: 10%;
flex-grow: 1;
max-width: 500px;
}
#ndx-more img {
width: 100%;
}

View file

@ -2,6 +2,7 @@
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<script src="subsystem/subres/portal.js"></script>
<title>System Support</title>
<meta name="distribution" content="global" />
@ -46,10 +47,10 @@
<body>
<nav>
<a href="index.html">Home</a>
<a aria-hidden="true" tabindex="-1" id="here" href="#">Support</a>
<a href="subsystem/index.html" id="subsystem"
><div id="nonintrude">SUBSYSTEM</div></a
>
<a aria-hidden="true" tabindex="-1" id="here" href="#">Support</a
><a href="subsystem/index.html" id="subsystem" onclick="disableInject()">
<p id="nonintrude">SUBSYSTEM</p>
</a>
</nav>
<hgroup>
<h1><span class="dsre">System</span> Support</h1>