Skip to content

Commit

Permalink
Merge pull request #109 from Plick-pop-in/dev
Browse files Browse the repository at this point in the history
merge dev
  • Loading branch information
hyo-limilimee authored Jun 15, 2024
2 parents 8bf0e17 + 038db87 commit 502dcca
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/component/map/css/Map.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@

.date-button,
.region-button,
.category-button,
.subregion-button {
.category-button {
width: 111px;
height: 46px;
margin-left: 20px;
Expand All @@ -66,6 +65,20 @@
font-size: 17px;
}

.subregion-button {
width: 90px;
height: 40px;
margin-left: 20px;
border: none;
border-radius: 30px;
background-color: transparent;
color: #000000;
text-align: center;
cursor: pointer;
transition: color 0.2s;
font-size: 14px;
}

.search-button {
width: 111px;
height: 46px;
Expand Down

0 comments on commit 502dcca

Please sign in to comment.