Skip to content

Commit

Permalink
mobile styles tutorials and about page
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsaranGithuB committed Aug 14, 2024
1 parent ced12d1 commit 5642a7d
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion public/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,22 @@ div.tutorials-medium {
width: 100%;
}

.tutorials-medium .seperator {
.roadmap .tutorial {
margin-bottom: 20px;
flex-direction: column;
}

.roadmap ul.lessons {
flex-direction: column;
row-gap: 20px;
}

.roadmap ul.lessons li {
width: calc(100% - 40px);
}

.tutorials-medium .seperator,
.roadmap span.seperator {
display: none;
}

Expand All @@ -608,4 +623,20 @@ div.tutorials-medium {
background-position: calc(100% - 10px) center;
}

.tabs {
flex-wrap: wrap;
justify-content: center;
row-gap: 20px;
padding-bottom: 2em;
margin-bottom: 2.5em;
}

.about .page-header .content {
grid-area: unset;
max-width: calc(100vw - 60px);
padding-right: 20px;
margin: unset;
word-wrap: break-word;
}

}

0 comments on commit 5642a7d

Please sign in to comment.