Skip to content

Commit

Permalink
footer restyle correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaz-github committed Mar 18, 2022
1 parent 67c6372 commit 56a8d4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 6 additions & 8 deletions clarity-seed-newfiles/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,28 +167,26 @@ <h2 class="aligned-center">Welcome to the Yelb contest. Vote for your preferred
<div class="spacer"></div>
<div class="separator"></div>

<div class="row flex-items-xs-middle">


<div class="col-sm-12 col-md-6 col-xl-3">
<div class="row">
<div class="width100">
<div class="card">

<ul class="list-group list-group-flush">
<ul class="list-group list-group-flush aligned-center">
<li class="list-group-item">
Number of user access so far: <b><u>{{stats.pageviews}}</u></b>
</li>
<li>
Cloud-native contest application version 0.2

</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="row aligned-center">
<a href="https://www.linkedin.com/in/chiarasalvatore/" class="card clickable" target="_blank">
<div class="card-block">
<p class="aligned-center" class="card-text">
Chiara Salvatore - Profile
Cloud-native contest application version 0.2 - Chiara Salvatore - Profile
</p>
</div>
</a>
Expand Down
5 changes: 4 additions & 1 deletion clarity-seed-newfiles/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
background-color: #314351;
}

.width100 {
width: 100%;
}

.center {
margin: 0 auto;
}
Expand All @@ -36,7 +40,6 @@
.spacer {
margin-top: 36px;
border-top: 1px solid #DDDDDD;
margin-bottom: 36px;
}

.separator {
Expand Down

0 comments on commit 56a8d4e

Please sign in to comment.