Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 6fb0248

Browse files
author
bhasher
committed
Fixing bugs in indes background image
1 parent 0e7a864 commit 6fb0248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/publics/css/index.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
display: grid;
33
height: 80vh;
44
place-items: center;
5-
background-image: url("/static/img/SVG/Webpage layout.svg");
5+
background-image: url("/img/SVG/Webpage layout.svg");
66
background-repeat: no-repeat;
7-
background-position: top;
7+
background-position: center;
88
}
99

1010
#new_document_button{

0 commit comments

Comments
 (0)