fix style error

This commit is contained in:
chiu 2020-10-02 14:51:53 +08:00
parent cdcb238afc
commit fb3f347f2f
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
} }
.fa.fa-map-marker{ .fa.fa-map-marker{
font-size: 8vw; font-size: 8vw;
position: relative;
} }
.anchor{ .anchor{
position: absolute; position: absolute;

View File

@ -506,4 +506,8 @@ ul#layout-canvas {
padding: 0.2em; padding: 0.2em;
float: right; float: right;
cursor: pointer; cursor: pointer;
}
.fa.fa-map-marker{
font-size: 8vw;
position: relative;
} }