Skip to content

Commit

Permalink
fix: copyright and logo section
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Sep 19, 2024
1 parent 8522ef4 commit a80a1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.copyright-text {
font-size: 0.8rem;
font-size: 0.9em !important;
padding: 0 0.7rem;
margin-top: 1rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
(selectItem)="onSelectItem()"
class="scrollable h-100p col"
>
<div class="navigation-item">
<div class="navigation-item py-1 px-2">
<div class="row justify-content-between align-items-center">
<rc-banner
class="p-2"
[logoUrl]="APP.logoUrl"
[logoLink]="ROUTER.pages.main.children.home.link"
>
Expand Down

0 comments on commit a80a1a6

Please sign in to comment.