Skip to content

Commit 121fa31

Browse files
committed
update styles
1 parent c98b2a3 commit 121fa31

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_sass/_components.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@
9494
display: block;
9595
}
9696

97+
.why-card {
98+
border: 0;
99+
&:hover {
100+
box-shadow: 0 0 0;
101+
transform: none;
102+
}
103+
}
104+
97105
.service-from {
98106
font-size: 0.8rem;
99107
font-weight: 600;

_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
.section {
14-
padding: 6rem 0;
14+
padding: 8rem 0;
1515
}
1616

1717
.section-title {

0 commit comments

Comments
 (0)