Skip to content

Commit d7c3b9e

Browse files
Merge pull request #56 from rana11shubham/master
Solved Button width is not set properly #55
2 parents 69b6aec + a6717d0 commit d7c3b9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ ul li {
18431843
color: #ffffff;
18441844
display: block;
18451845
margin-top: 10px;
1846-
width: 28%;
1846+
width: 35%;
18471847
padding: 8px;
18481848
font-size: 16px;
18491849
font-weight: bold;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h3>SUBSCRIBE</h3>
376376
<form action="#">
377377
<input class="field" type="text" placeholder="Your name">
378378
<input class="field" type="email" placeholder="Email">
379-
<input class="submit btn btn-dange" type="submit">
379+
<button type="submit" class="submit btn btn-dange">SUBMIT QUERY</button> <!-- Changes -->
380380
</form>
381381
</div>
382382
</div>

0 commit comments

Comments
 (0)