Skip to content

Commit 5ef4d6e

Browse files
Merge pull request #558 from anushkasark08/master
Blog Write Center Aligned
2 parents 5ade9bd + 07fa5e9 commit 5ef4d6e

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

blogWrite.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,18 @@
180180

181181
/* Layout */
182182
.writing-layout {
183-
display: grid;
184-
grid-template-columns: 1fr 400px;
185-
gap: 30px;
186-
align-items: start;
187-
}
183+
background: #ffffff; /* white background for the blog section */
184+
}
185+
186+
.blog-form-wrapper {
187+
background: #ffffff; /* keep form white */
188+
max-width: 800px;
189+
margin: 0 auto;
190+
width: 100%;
191+
padding: 20px; /* optional, adds spacing inside */
192+
border-radius: 8px; /* optional, keeps smooth corners */
193+
box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* optional, adds subtle depth */
194+
}
188195

189196
/* Form Section */
190197
.form-section {

0 commit comments

Comments
 (0)