+
+
{titles.portfolio[currentLanguage]}
@@ -77,4 +81,14 @@
font-size: large;
}
}
+ .anchor {
+ position: absolute;
+ margin-top: -150px;
+ @media (min-width: 460px) {
+ margin-top: -100px;
+ }
+ @media (min-width: $min-tablet) {
+ margin-top: -60px;
+ }
+ }
diff --git a/vite.config.ts b/vite.config.ts
index 643f3bc..fcaccfe 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -5,4 +5,6 @@ const config: UserConfig = {
plugins: [sveltekit()]
};
+config.server = { port: 80, origin: 'pettinato.eu' };
+
export default config;