diff --git a/themes/bluewater/layouts/index.html b/themes/bluewater/layouts/index.html
index 411e01a..d8fd1c1 100644
--- a/themes/bluewater/layouts/index.html
+++ b/themes/bluewater/layouts/index.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{ $p := where site.RegularPages "Type" "blog" }}
-
+
+ height="280px" width="1200px" class="lg:w-full my-4">
diff --git a/themes/bluewater/package.json b/themes/bluewater/package.json
index 7280ea0..f3482d9 100644
--- a/themes/bluewater/package.json
+++ b/themes/bluewater/package.json
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "build": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css",
+ "build": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css --minify",
"watch": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css --watch"
},
"keywords": [],