fix style error
This commit is contained in:
parent
cdcb238afc
commit
fb3f347f2f
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue