Skip to content

Commit 4338d93

Browse files
committed
git commit -s -m “Created a single page layout for About section”
Signed-off-by: Anita-ihuman <[email protected]>
1 parent f74d00b commit 4338d93

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

docs/_sass/about.scss

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,10 @@
7777
padding: 50px;
7878
}
7979
.nighthawk-meshery-fig {
80-
flex-wrap: wrap;
80+
flex-wrap: wrap;
8181
padding: 0px;
82-
83-
}
84-
.hero-section {
85-
86-
margin: 20px;
87-
}
88-
82+
}
83+
.hero-section {
84+
margin: 20px;
85+
}
8986
}

docs/assets/css/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
---
3+
34
@import "getnighthawk.scss";
45
@import "faq.scss";
56
@import "getnighthawk-purpose.scss";
67
@import "explain.scss";
7-
@import "about.scss"
8+
@import "about.scss";

0 commit comments

Comments
 (0)