Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 1 addition & 33 deletions pages/whatsapp-wrapped-year-review.vue
Original file line number Diff line number Diff line change
Expand Up @@ -300,17 +300,15 @@ body {
}

.container {
max-width: 800px;
margin: auto;
padding: 20px;
}

/* Hero Section */
.hero-section {
background: linear-gradient(135deg, #25d366, #128c7e);
color: white;
text-align: center;
padding: 50px 20px;
padding: 20px 20px;
}

.hero-section h1 {
Expand All @@ -331,34 +329,4 @@ body {
.cta-button:hover {
background: #ddd;
}

/* Upload Section */
.upload-box {
border: 2px dashed #ccc;
text-align: center;
padding: 20px;
margin: 20px 0;
}

.upload-box input {
display: block;
margin: 10px auto;
font-size: 1rem;
}

/* Footer */
.footer {
text-align: center;
background: #f4f4f4;
padding: 10px 20px;
}

.footer a {
color: #128c7e;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}
</style>