Skip to content

Commit

Permalink
font-size decreased for smaller screens
Browse files Browse the repository at this point in the history
Signed-off-by: anujkumar.singh <[email protected]>
  • Loading branch information
anujkumar.singh committed Jul 7, 2024
1 parent fddafaa commit c3906a3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/sections/Community/Handbook/Handbook.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@ export const HandbookWrapper = styled.div`
.content > a:first-of-type > h2:first-of-type {
padding-top: 7rem;
}
.page-header-section h1{
padding: 0 1rem;
line-height: 3rem;
padding-top: 2rem;
font-size:1.565rem;
}
.page-section{
margin-top: -2rem;
margin-left: 0;
Expand Down Expand Up @@ -311,7 +317,8 @@ export const HandbookWrapper = styled.div`
.page-header-section h1{
padding: 0 1rem;
line-height: 3rem;
padding-top: 4rem;
padding-top: 2rem;
font-size:1.565rem;
}
.page-section{
margin-top: -2rem;
Expand Down Expand Up @@ -362,6 +369,7 @@ export const HandbookWrapper = styled.div`
.page-header-section h1{
padding: 0 .5rem;
line-height: 2rem;
font-size:1.565rem;
}
.project-title-icon{
width:13%;
Expand Down

0 comments on commit c3906a3

Please sign in to comment.