Skip to content

Commit 0d5efb1

Browse files
author
Alfiya Tarasenko
committed
Update Readme file
1 parent 823117f commit 0d5efb1

8 files changed

Lines changed: 108 additions & 171 deletions

File tree

BUILD.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 102 additions & 143 deletions
Large diffs are not rendered by default.

demo/address-form-from-country-to-housenumber/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Container and layout */
22
.address-collection-container {
3-
max-width: 720px;
3+
max-width: 900px;
44
margin: 48px auto;
55
padding: 20px;
66
box-sizing: border-box;

demo/address-form-one-field/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Container and layout */
22
.address-collection-container {
3-
max-width: 880px;
3+
max-width: 900px;
44
margin: 48px auto;
55
padding: 20px;
66
box-sizing: border-box;

demo/autocomplete-features-events/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Layout */
2-
.container { max-width: 980px; margin: 40px auto; padding: 0 16px; }
2+
.container { max-width: 900px; margin: 40px auto; padding: 0 16px; }
33
.row { display: flex; gap: 16px; align-items: flex-start; }
44
.col { flex: 1; }
55
.panel { border: 1px solid #e6ecf5; border-radius: 10px; padding: 12px; margin: 12px 0; background: #fff; box-shadow: 0 4px 12px rgba(16,24,40,.03); }

demo/autocomplete-features-filters-and-bias/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Container and layout */
22
.address-collection-container {
3-
max-width: 720px;
3+
max-width: 900px;
44
margin: 48px auto;
55
padding: 20px;
66
box-sizing: border-box;

demo/places-seach-no-map-built-in-list/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.address-collection-container {
2-
max-width: 500px;
2+
max-width: 900px;
33
margin: auto;
44
}
55

docs-site/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ By integrating both APIs, the library supports intelligent **address search**, *
4141
* [**Geoapify Geocoding & Autocomplete API Documentation**](https://apidocs.geoapify.com/docs/geocoding/) – Detailed API descriptions, parameters, and response formats.
4242
* [**API Playground**](https://apidocs.geoapify.com/playground/geocoding/#autocomplete) – Try the autocomplete interactively and experiment with API parameters.
4343
* [**JSFiddle Demos**](live-demos/#jsfiddle-demos) – Live examples showing how to integrate the autocomplete with maps and forms.
44-
* [**Local Demo Collection**](live-demos/#local-demo-collection) – Run ready-made demo projects locally to explore advanced integrations.
44+
* [**Live Demo Collection**](live-demos/#live-demo-collection) – Run ready-made demo projects to explore advanced integrations.
4545

0 commit comments

Comments
 (0)