Skip to content

Commit 90615b3

Browse files
Some layout tweaks based on feedback
1 parent 71aebc8 commit 90615b3

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

css/style.css

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,32 @@ h1, h2, h3 {
1212
font: 14px Roboto, Arial, sans-serif;
1313
}
1414

15-
1615
#header {
1716
padding-top: 5px;
1817
padding-bottom: 5px;
19-
}
18+
}
2019

21-
#keyboardSymbol {margin-bottom:10px;}
20+
#keyboardSymbol {
21+
margin-bottom: 10px;
22+
margin-top: 10px
23+
}
2224

2325
@media only screen and (max-width: 992px) {
24-
25-
.desktopLogo{
26+
.desktopLogo {
2627
display: none;
2728
}
28-
2929
.mobileLogo {
3030
display: inline;
3131
}
32-
33-
34-
body{padding: 5px;}
32+
body {
33+
padding: 5px;
34+
}
3535
}
3636

3737
@media only screen and (min-width: 992px) {
38-
3938
.desktopLogo {
4039
display: block;
4140
}
42-
43-
44-
4541
.mobileLogo {
4642
display: none;
4743
}

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<div class="jumbotron text-center" id="header">
3737
<div class="mobileLogo">
3838
<img src="img/CodeWithSymbol.png" id="keyboardSymbol" height="100" width="200" alt="CodeWith">
39-
<h1>We are CodeWith</h1>
39+
<h1>CodeWith</h1>
4040
</div>
4141

4242
<div class="desktopLogo">
@@ -46,7 +46,7 @@ <h1>We are CodeWith</h1>
4646

4747
<div class="container">
4848
<div class="row">
49-
<div class="col-lg-8"">
49+
<div class="col-lg-6"">
5050
<p class="lead">
5151
CodeWith provides free and informal support for adults who want
5252
to learn to code, using online resources, workshops and webinars.
@@ -57,7 +57,7 @@ <h1>We are CodeWith</h1>
5757
</p>
5858

5959
</div>
60-
<div class="col-lg-4">
60+
<div class="col-lg-6">
6161
<h2>Subscribe to our mailing list</h2>
6262

6363
<!-- Begin Mailchimp Signup Form -->

0 commit comments

Comments
 (0)