diff --git a/README.md b/README.md index 99d1f47..2e02066 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ Ensure you have the following installed: 2. Run the following command to clone the repository: ```bash - git clone https://github.com/zendalona/WorldMapExplorer.git + git clone https://github.com/zendalona/world-map-explorer-v2.git ``` 3. Navigate into the project directory: ```bash - cd WorldMapExplorer + cd world-map-explorer-v2 ``` --- @@ -93,5 +93,4 @@ After that, follow these steps to run the application. 3. Open this URL in your web browser to view and interact with the application. - You’re done! You can see the [detailed user manual](https://map.zendalona.com/src/pages/user-guide/index.html) for more information. diff --git a/public/styles.css b/public/styles.css index 73ce670..417454f 100644 --- a/public/styles.css +++ b/public/styles.css @@ -405,7 +405,8 @@ header button{ } #messagec,#keysTextc{ overflow-y: auto; - height: 350px;; + height: 350px; + padding-right: 14px; } #message button { position: absolute; @@ -461,4 +462,4 @@ footer { align-items: right; float: right; margin-left: 10px; -} \ No newline at end of file +}