Skip to content

Commit 930edf2

Browse files
committed
Fixed up the heart clipping on the home page use of two-column.
1 parent 05b38d7 commit 930edf2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

FrontEnd/styles/layout.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,11 @@ main > .inner {
2727

2828
.two-column {
2929
display: grid;
30-
overflow: hidden;
3130
grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
3231
gap: 60px;
33-
min-width: 0;
3432

3533
> :last-child {
3634
justify-self: end;
37-
min-width: 0;
3835
}
3936

4037
&.even {

0 commit comments

Comments
 (0)