mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-14 19:36:23 +08:00
website updates
Summary: A few minor updates to the website. - fix the color gradient on the homepage - fix unicode escape for the copyright symbol Reviewed By: gkioxari Differential Revision: D19744165 fbshipit-source-id: 31068bd0b408fe7b298e1f69d9998d64498e9d8c
This commit is contained in:
committed by
Facebook Github Bot
parent
15d3a4557e
commit
10ec66dadb
@@ -59,12 +59,9 @@ html body {
|
||||
}
|
||||
|
||||
.homeContainer {
|
||||
background: rgb(2, 0, 36);
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
rgba(2, 0, 36, 1),
|
||||
rgba(255, 175, 0, 1) 0%,
|
||||
rgba(129, 44, 229, 1) 100%
|
||||
rgba(129, 44, 229, 1) 0%,
|
||||
rgba(255, 175, 0, 1) 100%
|
||||
);
|
||||
padding: 30px 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user