Skip to content

Commit e06a91a

Browse files
committed
Fixed the background issue
1 parent 042719f commit e06a91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Byteology.Website/Layout/Background.razor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ b-graph-paper:first-child {
3939
clip-path: polygon(0 0, 100% 0, 0 100%);
4040
}
4141

42-
b-graph-paper:last-child {
42+
b-graph-paper:nth-child(2) {
4343
@apply bottom-0;
4444
@apply right-0;
4545
@apply bg-gradient-to-tl;

0 commit comments

Comments
 (0)