Compare commits

..

1 Commits

Author SHA1 Message Date
Pascal Engélibert 100d0c68ef Map links 2021-04-01 13:36:56 +02:00
3 changed files with 16 additions and 2 deletions

View File

@ -272,6 +272,20 @@ details#invite[open] summary {
text-align: center;
}
.map_button {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 12px;
}
.map_button img {
width: 48px !important;
padding-right: 8px;
}
/* ------------------------------------------ GUIDES ------------------------------------------ */

BIN
img/Mapping_Kit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -172,7 +172,7 @@ include 'templates/header.php';
<span>30000</span>
</address>
<a href="/map/creative">Carte du monde</a>
<a class="map_button" href="/map/creative"><img alt="Carte" src="img/Mapping_Kit.png"/>Carte du monde</a>
</dd>
<dt>JuneLand Survival</dt>
@ -191,7 +191,7 @@ include 'templates/header.php';
<span>30000</span>
</address>
<a href="/map/survival">Carte du monde</a>
<a class="map_button" href="/map/survival"><img alt="Carte" src="img/Mapping_Kit.png"/>Carte du monde</a>
</dd>
</dl>