Skip to content

Commit d709a91

Browse files
committed
Minor style fixes
1 parent 1626b23 commit d709a91

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

public/style.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,23 @@ code {
8888
background-color: #444;
8989
opacity: 0.2;
9090
margin-left: 15px;
91-
margin-top: -4px;
91+
margin-top: -5px;
9292
margin-right: 15px;
9393
}
94-
94+
.leaflet-marker-icon {
95+
width: 25px !important;
96+
height: 30px !important;
97+
}
98+
.leaflet-popup {
99+
margin-bottom: 35px;
100+
}
101+
.leaflet-marker-icon .material-icons {
102+
font-size: 34px;
103+
margin-left: 33px;
104+
margin-top: -6px;
105+
-webkit-text-stroke-width: 1.5px;
106+
-webkit-text-stroke-color: #444;
107+
}
95108
.tabs .disabled {
96109
width: auto !important;
97110
}

0 commit comments

Comments
 (0)