feat(mobile): implement 95% full-width expansive mobile layout across all cards, hero, and portfolio
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap");:root{--color-gold:#d4af37;--color-gold-light:#f7e7b4;--color-gold-dark:#a27b20;--color-gold-gradient:linear-gradient(135deg,#fdf0cd,#d4af37 50%,#9b7117);--color-gold-glow:rgba(212,175,55,.4);--color-pink:#e0006f;--color-pink-light:#ff3b94;--color-pink-dark:#a30050;--color-pink-gradient:linear-gradient(135deg,#ff3b94,#e0006f);--color-pink-glow:rgba(224,0,111,.45);--bg-black:#080808;--bg-onyx:#0f0f0f;--bg-card:#141414;--bg-card-hover:#1a1a1a;--border-gold:rgba(212,175,55,.25);--border-subtle:hsla(0,0%,100%,.08);--text-white:#fff;--text-cream:#f8f6f0;--text-muted:#94a3b8;--text-gold:#d4af37;--font-script:"Great Vibes",cursive;--font-serif:"Playfair Display",serif;--font-sans:"Montserrat",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--bg-black);font-family:var(--font-sans);overflow-x:hidden;scroll-behavior:smooth;line-height:1.6;-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4,html{color:var(--text-white)}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.2}.script-font{font-family:var(--font-script)}.gold-gradient-text{background:var(--color-gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pink-gradient-text{background:var(--color-pink-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.container{max-width:1240px;margin:0 auto;padding:0 24px}.glass-panel{background:hsla(0,0%,8%,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-gold);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.6)}.btn-gold{background:var(--color-gold-gradient);color:#080808;font-weight:700;font-size:.95rem;letter-spacing:.04em;padding:14px 32px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 18px var(--color-gold-glow);border:none;cursor:pointer}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(212,175,55,.6)}.btn-pink{background:var(--color-pink-gradient);color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.04em;padding:14px 32px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 18px var(--color-pink-glow);border:none;cursor:pointer}.btn-pink:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(224,0,111,.65)}.btn-outline{background:transparent;color:var(--color-gold-light);border:1.5px solid var(--color-gold);font-weight:600;font-size:.95rem;padding:13px 30px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;cursor:pointer}.btn-outline:hover{background:rgba(212,175,55,.12);border-color:var(--color-gold-light);color:#fff}@keyframes subtlePulse{0%,to{opacity:.4}50%{opacity:.8}}.glow-ambient{animation:subtlePulse 4s ease-in-out infinite}
|
||||
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap");:root{--color-gold:#d4af37;--color-gold-light:#f7e7b4;--color-gold-dark:#a27b20;--color-gold-gradient:linear-gradient(135deg,#fdf0cd,#d4af37 50%,#9b7117);--color-gold-glow:rgba(212,175,55,.4);--color-pink:#e0006f;--color-pink-light:#ff3b94;--color-pink-dark:#a30050;--color-pink-gradient:linear-gradient(135deg,#ff3b94,#e0006f);--color-pink-glow:rgba(224,0,111,.45);--bg-black:#000;--bg-onyx:#080808;--bg-card:#0f0f0f;--bg-card-hover:#141414;--border-gold:rgba(212,175,55,.25);--border-subtle:hsla(0,0%,100%,.08);--text-white:#fff;--text-cream:#f8f6f0;--text-muted:#94a3b8;--text-gold:#d4af37;--font-script:"Great Vibes",cursive;--font-serif:"Playfair Display",serif;--font-sans:"Montserrat",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--bg-black);font-family:var(--font-sans);overflow-x:hidden;scroll-behavior:smooth;line-height:1.6;-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4,html{color:var(--text-white)}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.2}.script-font{font-family:var(--font-script)}.gold-gradient-text{background:var(--color-gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pink-gradient-text{background:var(--color-pink-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.container{max-width:1240px;margin:0 auto;padding:0 20px;width:100%}.glass-panel{background:#0e0e0e;border:1px solid var(--border-gold);border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,.7)}.btn-gold{background:var(--color-gold-gradient);color:#080808;font-weight:700;font-size:.95rem;letter-spacing:.04em;padding:14px 32px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 18px var(--color-gold-glow);border:none;cursor:pointer}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(212,175,55,.6)}.btn-pink{background:var(--color-pink-gradient);color:#fff;font-weight:700;font-size:.95rem;letter-spacing:.04em;padding:14px 32px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 18px var(--color-pink-glow);border:none;cursor:pointer}.btn-pink:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(224,0,111,.65)}.btn-outline{background:transparent;color:var(--color-gold-light);border:1.5px solid var(--color-gold);font-weight:600;font-size:.95rem;padding:13px 30px;border-radius:50px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;cursor:pointer}.btn-outline:hover{background:rgba(212,175,55,.12);border-color:var(--color-gold-light);color:#fff}@media (max-width:768px){.container{padding:0 10px!important;width:100%!important;max-width:100%!important}.glass-panel{padding:20px 14px!important;border-radius:14px!important}.btn-gold,.btn-pink{padding:15px 24px!important}.btn-gold,.btn-outline,.btn-pink{font-size:.96rem!important;width:100%!important;justify-content:center!important}.btn-outline{padding:14px 24px!important}input,select,textarea{font-size:16px!important}}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+3
-3
@@ -2,13 +2,13 @@
|
||||
2:I[5244,[],""]
|
||||
3:I[3866,[],""]
|
||||
4:I[7033,[],"ClientPageRoot"]
|
||||
5:I[8785,["875","static/chunks/875-812e30179d5c1a9a.js","974","static/chunks/app/page-14e6fcd26ad4ecf2.js"],"default"]
|
||||
5:I[8785,["875","static/chunks/875-812e30179d5c1a9a.js","974","static/chunks/app/page-46b50ac7a9676e49.js"],"default"]
|
||||
8:I[6213,[],"OutletBoundary"]
|
||||
a:I[6213,[],"MetadataBoundary"]
|
||||
c:I[6213,[],"ViewportBoundary"]
|
||||
e:I[4835,[],""]
|
||||
:HL["/_next/static/css/58894a2a30cdead8.css","style"]
|
||||
0:{"P":null,"b":"CvQDnfXf4yFHFsz7f1kxz","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/58894a2a30cdead8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","href":"/favicon.ico","sizes":"any"}],["$","link",null,{"rel":"apple-touch-icon","href":"/apple-icon.png"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[],[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","searchParams":{},"params":{},"promises":["$@6","$@7"]}],null,["$","$L8",null,{"children":"$L9"}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,["$","$1","Z55iBhsZKHCRCV46tOBXI",{"children":[["$","$La",null,{"children":"$Lb"}],["$","$Lc",null,{"children":"$Ld"}],null]}]]}],false]],"m":"$undefined","G":["$e","$undefined"],"s":false,"S":true}
|
||||
:HL["/_next/static/css/31e657fac8233d98.css","style"]
|
||||
0:{"P":null,"b":"pwKVDCRA-erxoDqx04g-K","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/31e657fac8233d98.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","href":"/favicon.ico","sizes":"any"}],["$","link",null,{"rel":"apple-touch-icon","href":"/apple-icon.png"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[],[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","searchParams":{},"params":{},"promises":["$@6","$@7"]}],null,["$","$L8",null,{"children":"$L9"}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,["$","$1","n3sCWrZwff2svxSfl9ywh",{"children":[["$","$La",null,{"children":"$Lb"}],["$","$Lc",null,{"children":"$Ld"}],null]}]]}],false]],"m":"$undefined","G":["$e","$undefined"],"s":false,"S":true}
|
||||
6:{}
|
||||
7:{}
|
||||
d:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
|
||||
Reference in New Issue
Block a user