Last change
on this file since 364f27d was 364f27d, checked in by MetodiMladenovski <meto.18@…>, 14 months ago |
added projects and db scripts
|
-
Property mode
set to
100644
|
File size:
437 bytes
|
Rev | Line | |
---|
[364f27d] | 1 | body {
|
---|
| 2 | margin: 0;
|
---|
| 3 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
---|
| 4 | 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
---|
| 5 | sans-serif;
|
---|
| 6 | -webkit-font-smoothing: antialiased;
|
---|
| 7 | -moz-osx-font-smoothing: grayscale;
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | code {
|
---|
| 11 | font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
---|
| 12 | monospace;
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | .leaflet-container {
|
---|
| 16 | margin: auto;
|
---|
| 17 | width: 80%;
|
---|
| 18 | height: 60vh;
|
---|
| 19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.