diff --git a/web/wizard.ejs b/web/wizard.ejs index 18e1d81..45b2b70 100644 --- a/web/wizard.ejs +++ b/web/wizard.ejs @@ -153,16 +153,16 @@

Webserver info

In this part, we will set up your webserver info, such as the server name, description and location.

- +
- +

Location

Location info is useful for automatic identification of stations using RDS.

- <%- include('_components', {component: 'text', cssClass: 'w-250', placeholder: '', label: 'Latitude', id: 'identification-lat'}) %> - <%- include('_components', {component: 'text', cssClass: 'w-250', placeholder: '', label: 'Longitude', id: 'identification-lon'}) %> + <%- include('_components', {component: 'text', cssClass: 'w-250 br-15', placeholder: '', label: 'Latitude', id: 'identification-lat'}) %> + <%- include('_components', {component: 'text', cssClass: 'w-250 br-15', placeholder: '', label: 'Longitude', id: 'identification-lon'}) %>