Skip to content

Commit 1641bcc

Browse files
Fixed layout issues on Submissions page: improved spacing, structure, and visual alignment (#350)
Co-authored-by: Kritika Singh <kritikasingh6881@gmail.com>
1 parent d9b92e8 commit 1641bcc

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

submission.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,28 @@ nav {
8585
}
8686

8787
.text-box1 h1 {
88-
margin-top: 15px;
88+
margin-top: 50px;
8989
font-weight: 700;
9090
font-style: italic;
9191
font-size: 62px;
92+
margin-bottom: 10px;
93+
}
94+
.text-box1 h2 {
95+
margin-bottom: 20px;
96+
margin-top: 20px;
97+
}
98+
.text-box1 h3 {
99+
margin-bottom: 40px;
100+
color: #111717;
101+
font-size:22px;
92102
}
103+
.theme-heading{
104+
margin-bottom:40px;
105+
}
106+
.submission-guidelines-wrapper{
107+
margin-top:50px;
108+
}
109+
93110
.text-box1 p {
94111
width: 100%;
95112
margin: 10px 0 40px;

submission.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,17 @@
140140

141141
<div class="text-box1">
142142
<h1>Submissions</h1>
143-
<p>The Cawnpore</p>
144-
<h2>THEME for Issue-04: "Between Here and There"</h2>
145-
<br>
146-
<br>
143+
<h2>The Cawnpore</h2>
144+
<h3 class="theme-heading">THEME for Issue-04: "Between Here and There"</h3>
147145
<br>
148146
</div>
149147

150148
</section>
151149

152150
<section class="submit">
153-
<h1 class="h1k">Submission Guidelines
151+
<div class="submission-guidelines-wrapper">
152+
<h3 class="h1k">Submission Guidelines</h3>
153+
<br>
154154

155155
<div class="mh10">
156156

@@ -195,21 +195,22 @@ <h1 class="h1k">Submission Guidelines
195195
11. If you have anything else you'd like to submit, such as a book or movie review, just send it to thecawnporemagofficial@gmail.com.
196196
<br> -->
197197
<br>
198-
*Should you wish to partake in an interview to discuss your professional endeavors or accomplishments, or any other subject matter, kindly forward your name and the topic of interest to thecawnporemagofficial@gmail.com. We commit to responding to your inquiry within one week.
198+
Should you wish to partake in an interview to discuss your professional endeavors or accomplishments, or any other subject matter, kindly forward your name and the topic of interest to thecawnporemagofficial@gmail.com. We commit to responding to your inquiry within one week.
199199
<br>
200200
<br>
201-
*The rights to all content published and submitted are vested with The Cawnpore and the respective authors..
201+
The rights to all content published and submitted are vested with The Cawnpore and the respective authors..
202202
<br>
203203
<br>
204-
*Unfortunately, we're not able to compensate our contributors at the moment.
204+
Unfortunately, we're not able to compensate our contributors at the moment.
205205
<br>
206206
<br>
207-
*Upon thorough review of all submissions, our response time may be extended, so if you don't hear from us within one month, please feel free to follow up by sending an email to thecawnporemagofficial@gmail.com. We always appreciate your patience and understanding!</p>
207+
Upon thorough review of all submissions, our response time may be extended, so if you don't hear from us within one month, please feel free to follow up by sending an email to thecawnporemagofficial@gmail.com. We always appreciate your patience and understanding!</p>
208208

209209
<!-- <p class="intro">
210210
*Want to learn more about the theme? Visit our Instagram post <a href="https://www.instagram.com/p/DJrNiZ7zSRM/?utm_source=ig_web_button_share_sheet&igsh=MzRlODBiNWFlZA%3D%3D" target="_blank">here</a>.
211211
</p> -->
212212
</div>
213+
</div>
213214
</section>
214215

215216
<!-- Footer -->

0 commit comments

Comments
 (0)