More beautiful #mapnote
This commit is contained in:
parent
d98342bd02
commit
0c1a280a19
1 changed files with 12 additions and 4 deletions
|
@ -9,7 +9,7 @@ h1, h1 a {
|
|||
|
||||
#map {
|
||||
border: 1px solid #202020;
|
||||
background: #4d4d4d;
|
||||
background-color: #4d4d4d;
|
||||
max-width: 1440px;
|
||||
max-height: 50vh;
|
||||
aspect-ratio: 2 / 1;
|
||||
|
@ -17,9 +17,17 @@ h1, h1 a {
|
|||
}
|
||||
|
||||
#mapnote {
|
||||
background: #202020;
|
||||
border: 1px solid #000;
|
||||
border-top: none;
|
||||
background-color: #ccc;
|
||||
color: #333;
|
||||
border-color: #202020;
|
||||
padding: 0.25em 0.5em;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
box-shadow: 0px 6px 12px #000c;
|
||||
}
|
||||
|
||||
#mapnote:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.result {
|
||||
|
|
Loading…
Reference in a new issue