fixed home page tile links
This commit is contained in:
parent
17caa7b738
commit
023b805197
|
|
@ -23,7 +23,7 @@
|
|||
<h2 class="t2">for version 1.1</h2>
|
||||
<div class="container">
|
||||
<div class="getstarted ge">
|
||||
<a href="./introduction.html" style="text-decoration: none; color: white;">
|
||||
<a href="./introduction.html" style="text-decoration: none; color: white; height: 100%; width: 100%;">
|
||||
<div style="width: 100%; height: 100%; display: flex; align-items: center;">
|
||||
<div class="getstartedcontentparent">
|
||||
<div class="getstartedcontent">
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
|
||||
<div class="install ge">
|
||||
<a href="./installation.html" style="text-decoration: none; color: white;">
|
||||
<a href="./installation.html" style="text-decoration: none; color: white; height: 100%; width: 100%;">
|
||||
<div style="width: 100%; height: 100%; display: flex; align-items: center;">
|
||||
<div class="getstartedcontentparent">
|
||||
<div class="getstartedcontent">
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="favicon ge">
|
||||
<a href="./favicons.html" style="text-decoration: none; color: white;">
|
||||
<a href="./favicons.html" style="text-decoration: none; color: white; height: 100%; width: 100%;">
|
||||
<div style="width: 100%; height: 100%; display: flex; align-items: center;">
|
||||
<div class="getstartedcontentparent">
|
||||
<div class="getstartedcontent">
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="config ge">
|
||||
<a href="./configuration.html" style="text-decoration: none; color: white;">
|
||||
<a href="./configuration.html" style="text-decoration: none; color: white; height: 100%; width: 100%;">
|
||||
<div style="width: 100%; height: 100%; display: flex; align-items: center;">
|
||||
<div class="getstartedcontentparent">
|
||||
<div class="getstartedcontent">
|
||||
|
|
|
|||
Loading…
Reference in New Issue