Skip to content

Commit

Permalink
feat: thirukkural service and widget added
Browse files Browse the repository at this point in the history
  • Loading branch information
nramc committed Jan 9, 2025
1 parent 1a3bd84 commit 6d687f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/app/page/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<main class="mb-auto">

<ng-container *ngIf="userData() as userContext">
<section class="flex flex-col sm:flex-row sm:items-center sm:gap-6 content-wrapper" *ngIf="userContext.isAuthenticated">
<section class="flex flex-col sm:flex-row sm:items-center sm:gap-6 content-wrapper"
*ngIf="userContext.isAuthenticated">
<!-- Welcome Message -->
<div class="text-primary">
<p class="text-xl font-semibold pb-2">
Expand Down Expand Up @@ -39,7 +40,7 @@
</section>

<!-- Thirukkural widget -->
<section class="content-wrapper">
<section>
<app-thirukkural-widget/>
</section>

Expand Down
2 changes: 1 addition & 1 deletion src/scss/styles/_base_styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.content-wrapper {
main:not(.not-content-wrapper), .content-wrapper {
@apply mt-3 p-4 shadow rounded-lg bg-white dark:bg-gray-800 container;
}

Expand Down

0 comments on commit 6d687f3

Please sign in to comment.