Skip to content

Commit 64edecc

Browse files
Coding standards fixes
1 parent b2bda2e commit 64edecc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ h1, h2, h3 {
2020

2121
#keyboardSymbol {margin-bottom:10px;}
2222

23-
@media only screen and (max-width: 600px) {
23+
@media only screen and (max-width: 1200px) {
2424

2525
.desktopLogo,.desktopPrompt {
2626
display: none;
@@ -35,7 +35,7 @@ h1, h2, h3 {
3535
body{padding: 5px;}
3636
}
3737

38-
@media only screen and (min-width: 600px) {
38+
@media only screen and (min-width: 1200px) {
3939

4040
.desktopLogo {
4141
display: block;
File renamed without changes.

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<div class="jumbotron text-center" id="header">
3737
<div class="mobileLogo">
38-
<img src="img/Symbol.png" id="keyboardSymbol" height="100" width="200" alt="CodeWith">
38+
<img src="img/CodeWithSymbol.png" id="keyboardSymbol" height="100" width="200" alt="CodeWith">
3939
<h1>We are CodeWith</h1>
4040
</div>
4141

@@ -92,7 +92,6 @@ <h2>Subscribe to our mailing list</h2>
9292
<div class="response" id="mce-error-response" style="display:none"></div>
9393
<div class="response" id="mce-success-response" style="display:none"></div>
9494
</div>
95-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
9695
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
9796
name="b_0d3589245b03faa48b04ea2c9_c9c65dc28a" tabindex="-1" value=""></div>
9897
<div class="clear"><input type="submit" value="Subscribe" name="subscribe"

0 commit comments

Comments
 (0)