Files
leaflet-geosearch/docs/style.css
2016-12-19 19:44:18 +01:00

13 lines
188 B
CSS

html, body {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}