This commit is contained in:
Filipe Medeiros 2022-08-21 01:33:25 +01:00
parent eddbd87c91
commit e1d07fa6af
2 changed files with 12 additions and 1 deletions

View file

@ -14,7 +14,7 @@
rel="stylesheet"
/>
</head>
<body class="min-h-screen">
<body class="min-h-screen flex flex-col">
<header class="w-full px-40 py-20">
<nav class="flex w-full justify-between">
<a href="/" class="text-green">work</a>

View file

@ -6,6 +6,17 @@ module.exports = {
manrope: ["Manrope", "sans-serif"],
syne: ["Syne Tactile", "cursive"],
},
colors: {
green: {
DEFAULT: "#009966",
},
blue: {
DEFAULT: "#267CFD",
},
orange: {
DEFAULT: "#EC8E00",
},
},
},
},
plugins: [],