minor tailwind and UI fixes
This commit is contained in:
@@ -28,7 +28,7 @@ export default function ContactPage() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="w-full max-w-3xl bg-white/5 backdrop-blur-xl rounded-[32px] border border-white/10 shadow-[0_8px_32px_rgba(0,0,0,0.5)] p-8 md:p-12">
|
<div className="w-full max-w-3xl bg-white/5 backdrop-blur-xl rounded-4xl border border-white/10 shadow-[0_8px_32px_rgba(0,0,0,0.5)] p-8 md:p-12">
|
||||||
|
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-12">
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-12">
|
||||||
|
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ async function getGitlabRepos(): Promise<GitlabRepo[]> {
|
|||||||
const langColors: Record<string, string> = {
|
const langColors: Record<string, string> = {
|
||||||
JavaScript: 'bg-[#f1e05a]',
|
JavaScript: 'bg-[#f1e05a]',
|
||||||
TypeScript: 'bg-[#2b7489]',
|
TypeScript: 'bg-[#2b7489]',
|
||||||
|
TSX: 'bg-[#2b7489]',
|
||||||
Python: 'bg-[#3572A5]',
|
Python: 'bg-[#3572A5]',
|
||||||
PHP: 'bg-[#4F5D95]',
|
PHP: 'bg-[#4F5D95]',
|
||||||
CSS: 'bg-[#563d7c]',
|
CSS: 'bg-[#563d7c]',
|
||||||
|
|||||||
Reference in New Issue
Block a user