Skip to content
Snippets Groups Projects
Commit 82ef130a authored by Bob Mottram's avatar Bob Mottram
Browse files

Admin guide icon

parent c7a33f59
No related branches found
No related tags found
No related merge requests found
img/icon_admin.png

8.63 KiB

......@@ -57,14 +57,14 @@
.column {
-ms-flex: 25%;
flex: 25%;
flex: 15%;
max-width: 25%;
padding: 0 4px;
}
.columnempty {
-ms-flex: 25%;
flex: 25%;
max-width: 25%;
-ms-flex: 15%;
flex: 15%;
max-width: 15%;
padding: 0 4px;
}
......@@ -76,7 +76,7 @@
@media screen and (max-width: 600px) {
.column {
-ms-flex: 50%;
flex: 25%;
flex: 15%;
max-width: 50%;
}
.columnempty {
......@@ -89,7 +89,7 @@
@media screen and (max-width: 200px) {
.column {
-ms-flex: 25%;
flex: 25%;
flex: 15%;
max-width: 25%;
}
}
......@@ -128,6 +128,14 @@
</a>
</div>
</div>
<div class="column">
<div>
<a href="admin.html">
<img src="images/icon_admin.png" style="width:100%">
<center>Admin Guide</center>
</a>
</div>
</div>
<div class="columnempty">
<div>
</div>
......@@ -139,6 +147,10 @@
<p class="headertext">Explore</p>
<div class="row">
<div class="column">
<div>
</div>
</div>
<div class="column">
<div>
<a href="apps.html">
......@@ -171,6 +183,10 @@
</a>
</div>
</div>
<div class="column">
<div>
</div>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment