We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1543920 commit 639cb48Copy full SHA for 639cb48
src/containers/heroSection/heroSection.css
@@ -45,11 +45,12 @@
45
rgba(36, 43, 46, 1) 100%
46
);
47
48
- height: 90vh !important;
+ min-height: 90vh !important;
49
+ height: fit-content;
50
}
51
52
.section__padding_btn {
- padding: 0 5rem !important;
53
+ padding: 2rem 5rem !important;
54
55
56
.section__padding {
@@ -172,7 +173,7 @@
172
173
width: 100%;
174
display: flex;
175
align-items: center;
- justify-content: center;
176
+ justify-content: space-evenly;
177
178
179
.cisco__header-image img {
@@ -495,7 +496,7 @@ button {
495
496
497
498
499
500
padding-top: 0 !important;
501
502
0 commit comments