Skip to content

Commit

Permalink
Fix classname of uptime robot to avoid sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 26, 2024
1 parent d03c237 commit 0215983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/components/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<img class="flag" style="height:48px" src="./assets/images/eu_flag.png" alt="fablab" />
<p class="color-white text-funding"> Smart Citizen has received funding from the European Community’s H2020 Programme under Grant Agreement No. 689954.</p>
</div>
<div layout="row" layout-align="space-between center" class="footer-block sponsor">
<div class="sponsor-text"><p>Monitoring sponsored by</p></div>
<div layout="row" layout-align="space-between center" class="footer-block uptimerobot-sponsor">
<div class="uptimerobot-sponsor-text"><p>Monitoring sponsored by</p></div>
<div><img class="uptimerobot-logo" src="./assets/images/uptimerobot-logo.svg" alt="fablab" /></div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/app/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1652,13 +1652,13 @@ footer {
vertical-align: center;
padding-top: 10px;
}
.sponsor {
.uptimerobot-sponsor {
display: flex;
flex-direction: column;
justify-content: start;
align-items: flex-start;
}
.sponsor-text p {
.uptimerobot-sponsor-text p {
font-size: 15px !important;
margin: 0px;
}
Expand Down

0 comments on commit 0215983

Please sign in to comment.