fix mobile navbar
This commit is contained in:
parent
a01f5b21fc
commit
d1ef4f64a9
4 changed files with 20 additions and 20 deletions
10
index.html
10
index.html
|
@ -16,11 +16,11 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border w3-light-grey">
|
<div class="w3-bar w3-border w3-light-grey">
|
||||||
<a href="/index.html" class="w3-bar-item w3-button w3-green">About</a>
|
<a href="/index.html" class="w3-bar-item w3-button w3-green w3-mobile">About</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button">Tool</a>
|
<a href="/tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button">Pre-made profiles</a>
|
<a href="/premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right">Legal</a>
|
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
10
legal.html
10
legal.html
|
@ -12,11 +12,11 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border w3-light-grey">
|
<div class="w3-bar w3-border w3-light-grey">
|
||||||
<a href="/index.html" class="w3-bar-item w3-button">About</a>
|
<a href="/index.html" class="w3-bar-item w3-button w3-mobile">About</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button">Tool</a>
|
<a href="/tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button">Pre-made profiles</a>
|
<a href="/premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-green">Legal</a>
|
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-green w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border w3-light-grey">
|
<div class="w3-bar w3-border w3-light-grey">
|
||||||
<a href="/index.html" class="w3-bar-item w3-button">About</a>
|
<a href="/index.html" class="w3-bar-item w3-button w3-mobile">About</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button">Tool</a>
|
<a href="/tool.html" class="w3-bar-item w3-button w3-mobile">Tool</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button w3-green">Pre-made profiles</a>
|
<a href="/premades.html" class="w3-bar-item w3-button w3-green w3-mobile">Pre-made profiles</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right">Legal</a>
|
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
10
tool.html
10
tool.html
|
@ -15,11 +15,11 @@
|
||||||
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
<h2>For iOS 14 or later and macOS Big Sur or later</h2>
|
||||||
|
|
||||||
<div class="w3-bar w3-border w3-light-grey">
|
<div class="w3-bar w3-border w3-light-grey">
|
||||||
<a href="/" class="w3-bar-item w3-button">About</a>
|
<a href="/" class="w3-bar-item w3-button w3-mobile">About</a>
|
||||||
<a href="/tool.html" class="w3-bar-item w3-button w3-green">Tool</a>
|
<a href="/tool.html" class="w3-bar-item w3-button w3-green w3-mobile">Tool</a>
|
||||||
<a href="/premades.html" class="w3-bar-item w3-button">Pre-made profiles</a>
|
<a href="/premades.html" class="w3-bar-item w3-button w3-mobile">Pre-made profiles</a>
|
||||||
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black">GitHub</a>
|
<a href="https://github.com/fyr77/dns-mobileconfig" class="w3-bar-item w3-button w3-right w3-black w3-mobile">GitHub</a>
|
||||||
<a href="/legal.html" class="w3-bar-item w3-button w3-right">Legal</a>
|
<a href="/legal.html" class="w3-bar-item w3-button w3-right w3-black w3-mobile">Legal</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue