diff options
| -rw-r--r-- | frontend/site/projects/museum/stl-files.js | 6 | ||||
| -rw-r--r-- | frontend/site/projects/museum/views/text.overlay.css | 5 |
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 { |
