Skip to content

Commit

Permalink
update containers scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
vorleakyek committed Sep 19, 2024
1 parent 09ebc38 commit d96d05d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 16 deletions.
7 changes: 0 additions & 7 deletions _sass/components/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
}
}

// Align the paragraphs within the header container
.paragraphs-alignment {
p {
width: 100%;
}
}

// CSS Grid
.page-content-container-grid {
display: grid;
Expand Down
7 changes: 0 additions & 7 deletions _sass/components/_join-us.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// Align the paragraphs within the header container
.paragraphs-alignment {
p {
width: 100%;
}
}

/*--------
| Mobile
----------*/
Expand Down
1 change: 1 addition & 0 deletions _sass/elements/_containers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

.sub-p {
margin-top: 1rem;
width: 100%;
}
}

Expand Down
2 changes: 1 addition & 1 deletion pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
permalink: /about/
---
<!-- Header banner -->
<div class="header-container flex-container paragraphs-alignment">
<div class="header-container flex-container">
<div class="header-text">
<h1 class="title1">About Us</h1>
<p>We bring together civic-minded volunteers to build digital products,
Expand Down
2 changes: 1 addition & 1 deletion pages/join-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="join-us-wrapper">

<!-- Header banner -->
<div class="header-container flex-container paragraphs-alignment">
<div class="header-container flex-container">
<div class="header-text">
<h1 class="title1">Join Us</h1>
<p>
Expand Down

0 comments on commit d96d05d

Please sign in to comment.