From 56a8d4ef0dc846da885a6a5837a5450d92295664 Mon Sep 17 00:00:00 2001 From: kiaz-github <57320998+kiaz-github@users.noreply.github.com> Date: Fri, 18 Mar 2022 13:36:30 +0100 Subject: [PATCH] footer restyle correction --- clarity-seed-newfiles/src/app/app.component.html | 14 ++++++-------- clarity-seed-newfiles/src/app/app.component.scss | 5 ++++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/clarity-seed-newfiles/src/app/app.component.html b/clarity-seed-newfiles/src/app/app.component.html index 1c52ee4..e69c54f 100644 --- a/clarity-seed-newfiles/src/app/app.component.html +++ b/clarity-seed-newfiles/src/app/app.component.html @@ -167,28 +167,26 @@

Welcome to the Yelb contest. Vote for your preferred
-
- - -
+
+
-
    +
    • Number of user access so far: {{stats.pageviews}}
    • - Cloud-native contest application version 0.2 +
-
+

- Chiara Salvatore - Profile + Cloud-native contest application version 0.2 - Chiara Salvatore - Profile

diff --git a/clarity-seed-newfiles/src/app/app.component.scss b/clarity-seed-newfiles/src/app/app.component.scss index 44b02b2..ec4f6f1 100644 --- a/clarity-seed-newfiles/src/app/app.component.scss +++ b/clarity-seed-newfiles/src/app/app.component.scss @@ -13,6 +13,10 @@ background-color: #314351; } +.width100 { + width: 100%; +} + .center { margin: 0 auto; } @@ -36,7 +40,6 @@ .spacer { margin-top: 36px; border-top: 1px solid #DDDDDD; - margin-bottom: 36px; } .separator {