Skip to content

Commit

Permalink
#52 레이아웃 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadynyeong committed Dec 20, 2021
1 parent 64bd758 commit de5a1fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions public/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ main {
}

#map{
margin: auto;
margin: 20px 0 0 0;
width:600px;
height:700px;
}

.mymap{
margin: 20px;
margin: auto;
height: 45px;
width: 90%;
border: 1px solid #8BFEE2;
Expand Down Expand Up @@ -89,5 +89,4 @@ main {
color: #0BF3BC;
border: 0;
background-color: #242424;
}

}
2 changes: 1 addition & 1 deletion template/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ module.exports = {
<main>
<!-- 우리동네 주류매장 -->
<div>
<div id="map"></div>
<form class="mymap" method="get" action=map>
<input type="text" name="location" placeholder="궁금한 장소를 입력해주세요">
<button type="submit">
보러가기
</button>
</form>
<div id="map"></div>
</div>
<script>
Expand Down

0 comments on commit de5a1fa

Please sign in to comment.