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

Commit 7d0aa54

Browse files
author
bhasher
committed
Merge remote-tracking branch 'origin/Homepage'
2 parents 01d5469 + 5782d00 commit 7d0aa54

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/static/css/index.less

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#section{
22
display: grid;
3-
height: 90vh;
3+
height: 80vh;
44
place-items: center;
5+
background-image: url("/static/img/SVG/Webpage layout.svg");
6+
background-repeat: no-repeat;
7+
background-position: top;
58
}
69

710
#new_document_button{
@@ -24,9 +27,3 @@
2427
background-color: green;
2528
transition: 0.2s ease-in-out;
2629
}
27-
28-
body{
29-
background-position: center;
30-
background-image: url("/static/img/PNG/Webpage layout.png");
31-
background-repeat: no-repeat;
32-
}
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)