Mobile refining and structural fixes
This commit is contained in:
parent
3ce2b1fe29
commit
353bb53485
3 changed files with 15 additions and 23 deletions
|
@ -2,6 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
<script src="subsystem/subres/portal.js"></script>
|
||||||
<title>System Listings</title>
|
<title>System Listings</title>
|
||||||
|
|
||||||
<meta name="distribution" content="global" />
|
<meta name="distribution" content="global" />
|
||||||
|
@ -56,7 +57,9 @@
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
<a href="support.html">Support</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>
|
</nav>
|
||||||
<hgroup>
|
<hgroup>
|
||||||
<h1>We Are <span class="dsre">The System</span></h1>
|
<h1>We Are <span class="dsre">The System</span></h1>
|
||||||
|
|
|
@ -3,22 +3,18 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
#ndx-ndx > section {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
#ndx-ndx article > :last-child {
|
#ndx-ndx article > :last-child {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
#ndx-news,
|
#ndx-news,
|
||||||
#ndx-decree,
|
|
||||||
#ndx-more {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#ndx-news,
|
|
||||||
#ndx-more {
|
#ndx-more {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 270px;
|
flex-grow: 1;
|
||||||
|
max-width: min(90%, 500px);
|
||||||
margin-left: min(2%, 25px);
|
|
||||||
margin-right: min(2%, 25px);
|
|
||||||
}
|
}
|
||||||
#ndx-news article,
|
#ndx-news article,
|
||||||
#ndx-more article {
|
#ndx-more article {
|
||||||
|
@ -28,6 +24,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#ndx-decree {
|
#ndx-decree {
|
||||||
|
max-width: min(90%, 670px);
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: var(--text) double 8px;
|
border: var(--text) double 8px;
|
||||||
|
@ -48,10 +45,6 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ndx-news {
|
|
||||||
width: 10%;
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
#ndx-news h1,
|
#ndx-news h1,
|
||||||
#ndx-news h2 {
|
#ndx-news h2 {
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
|
@ -61,11 +54,6 @@
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ndx-more {
|
|
||||||
width: 10%;
|
|
||||||
flex-grow: 1;
|
|
||||||
max-width: 500px;
|
|
||||||
}
|
|
||||||
#ndx-more img {
|
#ndx-more img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
<script src="subsystem/subres/portal.js"></script>
|
||||||
<title>System Support</title>
|
<title>System Support</title>
|
||||||
|
|
||||||
<meta name="distribution" content="global" />
|
<meta name="distribution" content="global" />
|
||||||
|
@ -46,10 +47,10 @@
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
<a aria-hidden="true" tabindex="-1" id="here" href="#">Support</a>
|
<a aria-hidden="true" tabindex="-1" id="here" href="#">Support</a
|
||||||
<a href="subsystem/index.html" id="subsystem"
|
><a href="subsystem/index.html" id="subsystem" onclick="disableInject()">
|
||||||
><div id="nonintrude">SUBSYSTEM</div></a
|
<p id="nonintrude">SUBSYSTEM</p>
|
||||||
>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
<hgroup>
|
<hgroup>
|
||||||
<h1><span class="dsre">System</span> Support</h1>
|
<h1><span class="dsre">System</span> Support</h1>
|
||||||
|
|
Loading…
Add table
Reference in a new issue