Skip to content

Commit

Permalink
fix footer css
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushankhope committed Apr 15, 2024
1 parent fa047d7 commit 01cb443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/cde-ui/src/app/components/footer/footer.component.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:host {
display: block;
background: linear-gradient(to right, #4b4b5e 0%, #4b4b5e 50%, #e6eaf0 50%, #e6eaf0 100%) no-repeat;
max-height: 30.3125rem;

.footer-wrapper {
display: grid;
grid-template-columns: 1fr 2fr;
max-height: 30.3125rem;
}

.footer-left {
Expand Down

0 comments on commit 01cb443

Please sign in to comment.