Skip to content

Commit

Permalink
Merge pull request #1896 from Sumit2997/sumit/fix
Browse files Browse the repository at this point in the history
fix: proper aligning of subheadings
  • Loading branch information
vishalvivekm committed Sep 8, 2024
2 parents d938769 + fcc8dae commit ca08946
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
font-style: italic;
color: var(--color-primary-super-dark);
}
& h1.community-sub-header,h2.community-sub-header{
text-align: left;
@media (max-width:768px) {
text-align: center;
}
}
}

.text-container {
Expand Down
8 changes: 4 additions & 4 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2 class="margin-padding-none">Early Access</h2>
<div class=" container handbook-container">
<div class="text flex-item">
<h4 class="handbook-header">EXPLORE THE LAYER5 COMMUNITY</h4>
<h1 class="sub-header">Community Handbook</h1>
<h1 class="sub-header community-sub-header">Community Handbook</h1>
<p class="handbook-paragraph">
The community is growing at a tremendous rate. We value our connections
and that is what makes us unique. Whether it is your first meeting or
Expand Down Expand Up @@ -152,7 +152,7 @@ <h1 class="sub-header">Community Handbook</h1>
</a>
</div>
<div class="text">
<h2 class="sub-header" style="color: var(--color-secondary-dark);">Community Forum</h2>
<h2 class="sub-header community-sub-header" style="color: var(--color-secondary-dark);">Community Forum</h2>
<p style="text-align: justify;">Use the discussion forum as your primary channel for support; whether you are a
user or a contributor, you will
find answers to your questions here. We encourage you to share your experiences and offer tips and best
Expand All @@ -170,7 +170,7 @@ <h2 class="sub-header" style="color: var(--color-secondary-dark);">Community For
<div class="container flex meshmate-container">
<div class="text" style="width: auto;">
<h4 style="font-weight: 100; font-size:larger; margin:0;">AN ONBOARDING AND MENTORING PROGRAM</h4>
<h1 class="sub-header">Layer5 MeshMates</h1>
<h1 class="sub-header community-sub-header">Layer5 MeshMates</h1>
<p style="text-align: justify;">
The Layer5 community is growing at a tremendous rate. We value our
connections and that is what makes us unique. Whether it is your first
Expand Down Expand Up @@ -205,7 +205,7 @@ <h1 class="sub-header">Layer5 MeshMates</h1>

</div>
<div class="text">
<h1 class="sub-header">
<h1 class="sub-header community-sub-header">
Meshery Community <br>Meetings and Events</h1>
<p style="text-align: justify; margin-bottom: 20px; font-weight: 100; font-size: 17.6px;">
Join Meshery's meeting from anywhere in
Expand Down

0 comments on commit ca08946

Please sign in to comment.