Skip to content

Commit

Permalink
Merge pull request #39 from zaryanz/aryan
Browse files Browse the repository at this point in the history
fix: more projects page style fixes
  • Loading branch information
zaryanz authored Aug 23, 2024
2 parents 6cf894d + 0903959 commit 1e989d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,6 @@ pre {
border-radius: 0.5rem;
margin-top: 1rem;
margin-right: 1rem;
/* box-shadow: 0 0 0.5rem #444; */
}

.custom-card img {
Expand Down Expand Up @@ -1174,4 +1173,5 @@ pre {
border-radius: 12.5%;
width: 6.25rem;
margin-right: 0.5rem;
margin-top: 1rem;
}
4 changes: 2 additions & 2 deletions projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ share-title: Aryan Singh | Projects

<h2 class="mb-0">Projects I have built or worked on</h2>

<div style="flex-direction:row; margin-top: 1rem;">
<div style="flex-direction:row;">
<a href="https://apps.apple.com/in/app/for-all-community/id1658745332" target="_blank" style="text-decoration: none;">
<img src="/assets/img/gptw_app_icon.webp" alt="FOR ALL COMMUNITY application icon" class="project-icon" />
</a>
Expand All @@ -30,7 +30,7 @@ share-title: Aryan Singh | Projects
</a>

<a href="https://www.remassis.com/" target="_blank" style="text-decoration: none;">
<img src="/assets/img/remassis_logo.webp" alt="Remassis app icon" class="project-icon" style="width: 8rem" />
<img src="/assets/img/remassis_logo.webp" alt="Remassis app icon" class="project-icon" />
</a>
</div>
---
Expand Down

0 comments on commit 1e989d5

Please sign in to comment.