This commit is contained in:
Jannis Portmann 2021-02-03 12:49:46 +01:00
parent 438c123c8e
commit 261f27c5f6
3 changed files with 19 additions and 3 deletions

View file

@ -2,3 +2,4 @@
## Open Source software used
- [minestat](https://github.com/FragLand/minestat)
- [Minecraft Overviewer](https://github.com/overviewer/Minecraft-Overviewer)

View file

@ -21,5 +21,10 @@
echo("<h2 class='offline status'>offline</h2>");
}
?>
<div class="map-container">
<iframe src="map" class="iframe-map"></iframe>
</div>
</body>
</html>

View file

@ -29,6 +29,16 @@ h3 {
background-color: rgb(248, 48, 88);
}
.map-container {
width: 100%;
height: 30pc;
}
.iframe-map {
width: 100%;
height: 30pc;
}
@media only screen and (max-width: 1000px) {
body {
width: 80%;