Skip to content

Commit

Permalink
Update app.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RiddleTime committed Jun 13, 2024
1 parent bdc9550 commit 8968129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { SocialsComponent } from "./components/socials/socials.component";
<app-socials class="md:mx-auto mr-6" />
</div>
<div class="border-t-2 border-[orangered] mt-1 md:mt-2 container mx-auto md:max-w-xl" ></div>
<div class="border-t-2 border-[grey] mt-1 md:mt-2 container mx-auto md:max-w-xl" ></div>
<router-outlet class="mt-4 md:mt-4"></router-outlet>
Expand Down

0 comments on commit 8968129

Please sign in to comment.