diff --git a/index.html b/index.html
index a03005e..c2817c2 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,18 @@
+
ZenCom - Komunitas Zen
@@ -428,14 +440,37 @@
.post-content {
color: #374151;
font-size: 1.125rem;
- line-height: 1.5;
+ line-height: 1.6;
margin-bottom: 1rem;
+ white-space: pre-wrap;
+ word-wrap: break-word;
+ }
+
+ .post-image-container {
+ margin-top: 1rem;
+ border-radius: 0.75rem;
+ overflow: hidden;
+ cursor: pointer;
+ }
+
+ .post-image {
+ width: 100%;
+ height: auto;
+ display: block;
+ transition: transform 0.3s ease;
+ }
+
+ .post-image-container:hover .post-image {
+ transform: scale(1.05);
}
.post-footer {
display: flex;
- justify-content: space-between;
+ justify-content: space-around;
align-items: center;
+ margin-top: 1rem;
+ padding-top: 1rem;
+ border-top: 1px solid #e5e7eb;
}
.post-action {
@@ -885,11 +920,13 @@ Beranda
-
-
![Pratinjau Gambar]()
+
+
+
![Pratinjau Gambar]()
+
-