update to bootstrap 5.2.3 continued
This commit is contained in:
@ -1,19 +1,6 @@
|
||||
|
||||
<div class="col-lg-3 text-center">
|
||||
<h3>Information</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{ROOT_URL}about">About Us</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{ROOT_URL}contact">Contact Us</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{ROOT_URL}privacy">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="material-switch" style="margin-top: 25px; margin-bottom: 25px;">
|
||||
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle"/>
|
||||
<div class="col-6 col-md-2 mb-3 d-flex">
|
||||
<div class="material-switch mt-5 mx-auto">
|
||||
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" />
|
||||
<label for="dark-mode-toggle" class="label-default"></label>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user