diff --git a/about.html b/about.html index 6d12b7b..72bd991 100644 --- a/about.html +++ b/about.html @@ -167,13 +167,13 @@ + + diff --git a/blog.html b/blog.html index e647db8..a6fab73 100644 --- a/blog.html +++ b/blog.html @@ -162,13 +162,13 @@ + + diff --git a/header.html b/header.html deleted file mode 100644 index e529a21..0000000 --- a/header.html +++ /dev/null @@ -1 +0,0 @@ -

Test text

\ No newline at end of file diff --git a/index.html b/index.html index 3081be6..2af2d6e 100644 --- a/index.html +++ b/index.html @@ -344,13 +344,13 @@ diff --git a/node.html b/node.html index 7505101..818c39d 100644 --- a/node.html +++ b/node.html @@ -250,13 +250,13 @@ + + diff --git a/tailwind.config.js b/tailwind.config.js index 451950c..0a4e7fd 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -44,6 +44,10 @@ module.exports = { fontSize: theme => ({ '10': '.625rem' }), + gridTemplateColumns: theme => ({ + 'footer-md': '1fr 2.5fr', + 'footer-xl': '40px 207px 1fr 0.65fr' + }), height: theme => ({ '18': '4.5rem', '26': '6.5rem',