fix: 메인페이지 지도를 반응형으로

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent 86b5269d3d
commit baa813004b
2 changed files with 75 additions and 7 deletions
+5 -4
View File
@@ -80,8 +80,8 @@ foreach (ServConfig::getServerList() as $setting) {
</div>
</nav>
<div class="container" style="margin-top:120px;">
<h1 class="row justify-content-md-center">삼국지 모의전투 HiDCHe</h1>
<div class="row justify-content-md-center">
<h1 class="row justify-content-center">삼국지 모의전투 HiDCHe</h1>
<div class="row justify-content-center">
<div class="col" style="max-width:450px;">
<div class="card" id="login_card">
<h3 class="card-header">
@@ -126,13 +126,14 @@ foreach (ServConfig::getServerList() as $setting) {
</div>
</div>
<?php if ($runningServer) : ?>
<div class="row justify-content-md-center" style='margin-top:20px;'>
<div class="col" style="max-width:750px;">
<div class="d-flex justify-content-center" id="map-subframe-p" style='margin-top:20px;'>
<div id="map-subframe">
<iframe id="running_map" src="<?= $runningServer['name'] ?>/recent_map.php"></iframe>
</div>
</div>
<?php endif; ?>
</div>
<div id="bottom_box">
<div class="container"><a href="terms.2.html">개인정보처리방침</a> &amp; <a href="terms.1.html">이용약관</a><br>© 2020 • HideD
<br>크롬과 파이어폭스에 최적화되어있습니다.