fix style

This commit is contained in:
shibafu 2019-03-10 21:49:23 +09:00
parent a58811a8fe
commit 16005931fc

View File

@ -5,12 +5,12 @@
// 省略を表す影を付けるやつ
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
content: '';
background: linear-gradient(transparent 320px, white);
}
}