Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaordonselli committed Feb 20, 2024
1 parent 53d9b7e commit e099e36
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions docs/index.html
Expand Up @@ -13,22 +13,34 @@
}

#container {
max-width: 1200px; /* Larghezza massima del contenitore */
max-width: 1000px; /* Larghezza massima del contenitore */
margin: 0 auto; /* Centra il contenuto */
padding: 20px; /* Spazio interno */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ombra */
background-color: #f9f9f9; /* Colore di sfondo */
}

#tableOfContents {
position: fixed;
font-size: 13px;
top: 0;
right: 0;
background-color: #f9f9f9;
padding: 5px;
border: 2px solid #ddd;
}

@media (max-width: 1000px) {
#tableOfContents {
position: fixed;
font-size: 13px;
top: 0;
right: 0;
background-color: #f9f9f9;
padding: 5px;
border: 2px solid #ddd;
}
}
@media (min-width: 1001px) {
#tableOfContents {
position: fixed;
top: 15px;
right: 15px;
background-color: #f9f9f9;
padding: 15px;
border: 2px solid #ddd;
}
}
</style>
</head>
<body>
Expand Down Expand Up @@ -69,7 +81,7 @@ <h4>Layers labelled in QGIS will be labelled in your webmap. The following forma
<li>buffer</li>
</ul>
<img src="https://github.com/tomchadwin/qgis2web-docs/blob/master/screenshots/labels.png?raw=true" alt="Labeled Features">
<h5>Note</h5>
<h4>Note</h4>
<ul>
<li>Buffers are only exported in OpenLayers</li>
<li>Backgrounds and borders are only exported in Leaflet</li>
Expand Down

0 comments on commit e099e36

Please sign in to comment.