mirror of
https://github.com/est31/leaftest.git
synced 2024-11-18 08:20:34 +01:00
8 lines
174 B
CSS
8 lines
174 B
CSS
#map {
|
|
width: 98%;
|
|
height: 98%;
|
|
margin: 1% 1% 1% 1%;
|
|
image-rendering: -moz-crisp-edges; /* firefox */
|
|
image-rendering: pixelated; /* hopefully everyone eventually */
|
|
}
|