diff --git a/paras/src/App.css b/paras/src/App.css index f01d7d8..529de11 100644 --- a/paras/src/App.css +++ b/paras/src/App.css @@ -12,6 +12,7 @@ body { background-color: white; color: black; min-height: 100vh; + min-width: 100vh; font-family: Arial, sans-serif; transition: background-color 0.3s, color 0.3s; } @@ -31,7 +32,8 @@ body { flex-grow: 1; text-align: center; position: relative; - left: 85px; + left: 20px; + top:15px; font-size: 28px; /* Increased font size */ letter-spacing: 1px; /* Added letter spacing for readability */ } diff --git a/paras/vercel.json b/paras/vercel.json index d11ee6e..98aa722 100644 --- a/paras/vercel.json +++ b/paras/vercel.json @@ -1,7 +1,6 @@ { - "rewrites":[ - {"source" : "./(.*)", "destination" : "/"} - ] - -} + "rewrites":[ +{"source" : "./(.*)", "destination" : "/"} +] +} \ No newline at end of file