Skip to content

Commit

Permalink
Merge pull request #158 from Sanchitbajaj02/issue-136
Browse files Browse the repository at this point in the history
fix: heading alignment and responsiveness
Fixes #136
  • Loading branch information
Lissy93 authored Oct 24, 2023
2 parents 8d6fde4 + b34bca8 commit 37398cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion git-in-here.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ contributors:
question: *Q3
response: >-
Start with projects you're passionate about and begin with small, well-documented contributions to ease your entry into the open source community.
- username: Sanchitbajaj02
question: *Q4
response: >-
I am currently developing an open-source project called 'Palettegram.' The idea for this project originated a few months ago when I was working on a client's project. I had to design a website based on the client's unique needs, which sometimes didn't align with standard design practices. During that project, I felt the need for a platform where design professionals could review my work, and I could draw inspiration from other designers. I realized that such a platform would be immensely valuable.
# Leave a blank line at the end of the file :)
2 changes: 1 addition & 1 deletion web/src/components/ExternalResources.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const getHostname = (url) => {


h2 {
@apply mx-auto max-w-screen-xl m-3 mt-12;
@apply mx-auto max-w-screen-xl m-3 mt-12 text-xl md:text-4xl;
}

.resource-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/GuideList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const { guides, title } = Astro.props;

<style lang="scss">
h2 {
@apply mx-auto max-w-screen-xl m-3;
@apply mx-auto max-w-screen-xl m-4 pl-4 text-xl md:text-4xl;
}
.guides-wrapper {
@apply
Expand Down
3 changes: 3 additions & 0 deletions web/src/pages/roadmap/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ const mermaidCode = await getMermaidCode();
</BaseLayout>

<style lang="scss">
h2 {
@apply mb-6 mt-4 text-xl md:text-4xl;
}
section {
max-width: 90vw;
margin: 0 auto;
Expand Down

0 comments on commit 37398cf

Please sign in to comment.