diff --git a/src/app/app.component.html b/src/app/app.component.html index c62d38a..bdc151c 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -29,13 +29,13 @@
diff --git a/src/app/dashboard/dashboard.component.css b/src/app/dashboard/dashboard.component.css index 12c014b..5a89e6d 100644 --- a/src/app/dashboard/dashboard.component.css +++ b/src/app/dashboard/dashboard.component.css @@ -3,6 +3,12 @@ h2 { text-align: center; } + + #div-stations { + position: relative; + height: 100%; + width: 100%; +} .stations-menu { padding: 0; @@ -16,6 +22,11 @@ h2 { justify-content: space-around; align-content: flex-start; align-items: flex-start; + position: absolute; + /* bottom: 30px; */ + top: 30px; + /* left:10px; + right: 10px; */ } a.station { diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 7531606..5994ef5 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -1,7 +1,8 @@ -