fix: update background color in home page CSS for improved aesthetics
This commit is contained in:
parent
96ef8ffb3c
commit
48036d8eb7
|
|
@ -1,6 +1,5 @@
|
||||||
.home {
|
.home {
|
||||||
/* background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%); */
|
/* background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%); */
|
||||||
background: #f5f6f8;
|
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue