aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/modules/dashboard/dashboard.component.css
diff options
context:
space:
mode:
authorLudmila Schlegelova <Ludmila.Schlegelova@telekom.com>2023-06-28 14:38:10 +0200
committerLudmila Schlegelova <Ludmila.Schlegelova@telekom.com>2023-06-28 16:49:11 +0200
commit0376eae1742c1a39f19f6e9b5cb06071b90d4649 (patch)
tree1090fcf08cfa27cd93a7147471b101ea8a29d729 /src/app/modules/dashboard/dashboard.component.css
parent4fbefba274ae89c76b12ac0b1c52063b668fc99f (diff)
History dashboard not correctly layouted - code correction
Issue-ID: PORTALNG-5 Signed-off-by: Ludmila Schlegelova <Ludmila.Schlegelova@telekom.com> Change-Id: Ie578726acefa92df5a06d92dac144e1b7f9118a9
Diffstat (limited to 'src/app/modules/dashboard/dashboard.component.css')
-rw-r--r--src/app/modules/dashboard/dashboard.component.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/app/modules/dashboard/dashboard.component.css b/src/app/modules/dashboard/dashboard.component.css
index bdf57d6..88535a5 100644
--- a/src/app/modules/dashboard/dashboard.component.css
+++ b/src/app/modules/dashboard/dashboard.component.css
@@ -32,3 +32,29 @@ li {
padding-left: initial;
margin-top: initial;
}
+
+
+@media (max-width: 605px) {
+ h2 {
+ font-size: 31px !important;
+ }
+}
+
+@media (max-width: 600px) {
+ h2 {
+ font-size: 28px !important;
+ }
+}
+
+@media (max-width: 586px) {
+ h2 {
+ font-size: 25px !important;
+ }
+}
+
+@media (max-width: 570px) {
+ .p-l-2px {
+ padding-left: 2px !important;
+ }
+}
+