summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-15 00:04:47 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-15 00:04:47 +0200
commita257dd56400a155be3ad4ac7ded5cdbcdf2d2fd8 (patch)
treee9e92a3773083a4442136314e3c125bdde8aa442 /frontend
parentced3d7e5b1a428017a1ef69beffb5dcffcc3c88e (diff)
texts and stl files edits woooooo
Diffstat (limited to 'frontend')
-rw-r--r--frontend/site/projects/museum/stl-files.js6
-rw-r--r--frontend/site/projects/museum/views/text.overlay.css5
2 files changed, 5 insertions, 6 deletions
diff --git a/frontend/site/projects/museum/stl-files.js b/frontend/site/projects/museum/stl-files.js
index a9483d7..3bf402d 100644
--- a/frontend/site/projects/museum/stl-files.js
+++ b/frontend/site/projects/museum/stl-files.js
@@ -93,9 +93,9 @@ export const STL_FILES = {
"nora-queen-of-night-server": {
url: "/last-museum/static/media/last-museum/nora-albadri/queen.stl",
modelMaterial: {
- color: "#BCC6CC",
- metalness: 0.7,
- roughness: 0.6,
+ color: "#ECE6EC",
+ metalness: 0.9,
+ roughness: 0.55,
},
width: () => window.innerWidth / 2,
height: () => window.innerHeight * 2/3,
diff --git a/frontend/site/projects/museum/views/text.overlay.css b/frontend/site/projects/museum/views/text.overlay.css
index 53f9813..3e4ac21 100644
--- a/frontend/site/projects/museum/views/text.overlay.css
+++ b/frontend/site/projects/museum/views/text.overlay.css
@@ -14,9 +14,8 @@
height: 100vh;
color: #FF790D;
font-family: "Druk Wide", sans-serif;
- font-size: 2vw;
- padding: 1rem;
- font-size: 1rem;
+ font-size: 1.5vw;
+ padding: 1rem 10vw 1rem 1rem;
cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png) 50 50, pointer;
}
.text-overlay::-webkit-scrollbar {