diff --git a/src/app/ideas/ideas.component.css b/src/app/ideas/ideas.component.css index 9a46417..ca6e7f1 100644 --- a/src/app/ideas/ideas.component.css +++ b/src/app/ideas/ideas.component.css @@ -1,3 +1,19 @@ .ideas { margin: 2% 10%; -} \ No newline at end of file +} + +table { + font-family: arial, sans-serif; + border-collapse: collapse; + width: 100%; + } + + td, th { + border: 1px solid #dddddd; + text-align: left; + padding: 8px; + } + + tr:nth-child(even) { + background-color: #dddddd; + } \ No newline at end of file diff --git a/src/app/ideas/ideas.component.html b/src/app/ideas/ideas.component.html index 508c2fd..9419c5b 100644 --- a/src/app/ideas/ideas.component.html +++ b/src/app/ideas/ideas.component.html @@ -19,7 +19,27 @@
- Do you have any ideas? I would most welcome your feedback and any ideas for charts. + Do you have any ideas? I would most welcome your feedback and any ideas for charts.
+Change | +Date | +
---|---|
Major change to responsive design: charts better in small screens in portrait screen orientation. + | +01/08/2024 | +