Skip to content

Commit 639cb48

Browse files
chore: Update heroSection.css for improved section padding and button padding
1 parent 1543920 commit 639cb48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/containers/heroSection/heroSection.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@
4545
rgba(36, 43, 46, 1) 100%
4646
);
4747

48-
height: 90vh !important;
48+
min-height: 90vh !important;
49+
height: fit-content;
4950
}
5051

5152
.section__padding_btn {
52-
padding: 0 5rem !important;
53+
padding: 2rem 5rem !important;
5354
}
5455

5556
.section__padding {
@@ -172,7 +173,7 @@
172173
width: 100%;
173174
display: flex;
174175
align-items: center;
175-
justify-content: center;
176+
justify-content: space-evenly;
176177
}
177178

178179
.cisco__header-image img {
@@ -495,7 +496,7 @@ button {
495496
width: 100%;
496497
display: flex;
497498
align-items: center;
498-
justify-content: center;
499+
justify-content: space-evenly;
499500
padding-top: 0 !important;
500501
}
501502

0 commit comments

Comments
 (0)