diff --git a/src/app/home/home.component.css b/src/app/home/home.component.css index 02c46d3..03bcc35 100644 --- a/src/app/home/home.component.css +++ b/src/app/home/home.component.css @@ -31,12 +31,18 @@ align-items: center; } -.social { - display: flex; - flex-wrap: wrap; - align-content: space-around; -} - h3>i { letter-spacing: 8px; } + +#note { + padding: 8px; + text-align: center; + color: deeppink; +} + +.social { + color: #202124; + font-size: 14px; + text-decoration: none; +} diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index c2be0cb..627448b 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,4 +1,4 @@ -
Note: For login - Please use user name as 'Admin' and use any password
+