Skip to content

Commit 175ed57

Browse files
committed
fix(portal): rename home page grid css selector
1 parent a9aed71 commit 175ed57

File tree

4 files changed

+33
-16
lines changed

4 files changed

+33
-16
lines changed

portal/assets/custom-css/pages/_home.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ section.wrapper{
6060
grid-template-columns: 1fr;
6161
gap: 1rem;
6262
}
63-
.grid{
63+
.home-grid{
6464
display:grid;
6565
grid-template-rows: repeat(2,1fr);
6666
gap: 3rem;

portal/assets/custom-css/style.css

Lines changed: 29 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal/assets/custom-css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal/content/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1><strong>Build your next best digital experience for Singapore</strong></h1>
3232
system and start building.</p>
3333
</div>
3434
<div class="home-get-started-content-grid">
35-
<div class="grid left">
35+
<div class="home-grid left">
3636
<div class="card">
3737
<div class="card-body">
3838
<div class="card-eyebrow">What's new</div>
@@ -52,7 +52,7 @@ <h1><strong>Build your next best digital experience for Singapore</strong></h1>
5252
</div>
5353
</div>
5454
</div>
55-
<div class="grid right">
55+
<div class="home-grid right">
5656
<div class="card">
5757
<div class="card-body">
5858
<div class="card-eyebrow">Documentation</div>

0 commit comments

Comments
 (0)