Skip to content

Commit

Permalink
밤코카드와 미니맵 반응형으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejungkim committed Dec 31, 2018
1 parent 16887fe commit e221f9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
top: 12px;
left: 12px;
position: fixed;
width: 202px;
height: 69px;
width: 40vh;
height: 12vh;
border: 1px solid #fff;
background: #000085;
z-index: 9;
Expand All @@ -50,8 +50,8 @@

.inner {
cursor: pointer;
width: 55px;
height: 55px;
width: 28%;
height: 82%;
border: 1px solid #fff;
display: inline-block;
position: relative;
Expand All @@ -64,7 +64,8 @@
}

.inner-text {
line-height: 28px;
line-height: 5vh;
font-size: 3vh;
}

.chat {
Expand Down
3 changes: 2 additions & 1 deletion css/door.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
background: #000085;
color: #fff;
border: 3px solid #fff;
font-size: 20px;
font-size: 4vh;
z-index: 1;
}

0 comments on commit e221f9f

Please sign in to comment.