Skip to content

Commit

Permalink
Some small CSS and title updates
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Mar 9, 2024
1 parent abbb703 commit 1eac875
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/app/map/map.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ div.metrics {
font-size: 10pt;
font-family: "Courier New", serif;
padding: 5pt;
top: 20pt;
left: 20pt;
top: 10pt;
left: 10pt;
background-color: typography.$primary;
z-index: 1;
border: 2px solid typography.$secondary;
Expand All @@ -52,8 +52,8 @@ div.metrics {

div.attribution {
position: fixed;
left:20pt;
bottom: 20pt;
left: 10pt;
bottom: 10pt;
margin: 0;
border: 1px solid blue;
z-index: 1;
Expand Down Expand Up @@ -92,10 +92,10 @@ div.map {

div.loaderContainer {
position: absolute;
bottom: 20pt;
bottom: 10pt;
width: 120pt;
height: 20pt;
left: 230pt;
left: 220pt;
}

.loader,
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"not-implemented": "Feature nicht implementiert"
},
"header": {
"title": "Europas Städte"
"title": "Europäische Geo Informationen"
},
"toolbar": {
"reset": "Karte zurücksetzen",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"not-implemented": "Feature not implemented"
},
"header": {
"title": "Cities of Europe"
"title": "European Geo Information"
},
"toolbar": {
"reset": "Reset map",
Expand Down

0 comments on commit 1eac875

Please sign in to comment.