We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98b2a3 commit 121fa31Copy full SHA for 121fa31
_sass/_components.scss
@@ -94,6 +94,14 @@
94
display: block;
95
}
96
97
+.why-card {
98
+ border: 0;
99
+ &:hover {
100
+ box-shadow: 0 0 0;
101
+ transform: none;
102
+ }
103
+}
104
+
105
.service-from {
106
font-size: 0.8rem;
107
font-weight: 600;
_sass/_layout.scss
@@ -11,7 +11,7 @@
11
12
13
.section {
14
- padding: 6rem 0;
+ padding: 8rem 0;
15
16
17
.section-title {
0 commit comments