Skip to content

Commit 5b7b892

Browse files
Enhanced Spacing for Improved Component Layout
In response to user feedback, this commit addresses the spacing concerns within the GetNighthawk website's UI. The existing design was visually appealing but lacked sufficient spacing between certain components. Changes Made: - Added margin-bottom to the analysis, distribution, and standards-based cards to create a clear distinction between them and improve readability. - Introduced appropriate spacing between the 'Nighthawk & Meshery' section and the 'Layer 7 Performance Analysis' division to enhance the overall visual balance. These adjustments have been carefully implemented to maintain the smooth and polished UI while ensuring a more comfortable viewing experience for users. The improved spacing creates a harmonious layout, allowing each component to breathe and stand out effectively. Resolves Issue: layer5io#290 Signed-off-by: Akhilender [email protected]
1 parent a1e784a commit 5b7b892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_sass/getnighthawk.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5533,7 +5533,7 @@ div.globalFooterCard.card-environment {
55335533
display: grid;
55345534
grid-template-columns: 1fr 1fr 1fr;
55355535
grid-template-rows: auto;
5536-
margin: 2rem 0rem;
5536+
margin: 2rem 0rem 12rem 0rem;
55375537
padding: 2rem 0rem;
55385538
.card-item {
55395539
display: flex;

docs/_sass/index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $blue-munsell-3: #4392a4ff;
217217
// nighthawk-description startups
218218

219219
.nighthawk-description-div {
220-
margin: -23rem auto 3rem auto;
220+
margin: -23rem auto 12rem auto;
221221
z-index: 1;
222222
}
223223
.description-div {

0 commit comments

Comments
 (0)