Skip to content

Commit 71aebc8

Browse files
Fixes based on feedback from PR
1 parent 64edecc commit 71aebc8

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

css/style.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,29 @@ h1, h2, h3 {
2020

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

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

25-
.desktopLogo,.desktopPrompt {
25+
.desktopLogo{
2626
display: none;
2727
}
2828

2929
.mobileLogo {
3030
display: inline;
3131
}
3232

33-
.mobilePrompt{display: inline;}
3433

3534
body{padding: 5px;}
3635
}
3736

38-
@media only screen and (min-width: 1200px) {
37+
@media only screen and (min-width: 992px) {
3938

4039
.desktopLogo {
4140
display: block;
4241
}
4342

44-
.desktopPrompt {
45-
display: inline;
46-
}
43+
4744

48-
.mobilePrompt,.mobileLogo {
45+
.mobileLogo {
4946
display: none;
5047
}
5148
}

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,18 @@ <h1>We are CodeWith</h1>
4646

4747
<div class="container">
4848
<div class="row">
49-
<div class="col-sm-8">
49+
<div class="col-lg-8"">
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.
5353
</p>
5454
<p class="lead">
5555
We want to keep everyone up to date with what's going on, so please
56-
sign up to our mailing list <span class="mobilePrompt">below</span><span class="desktopPrompt">to
57-
the right</span>
56+
sign up to our mailing list.
5857
</p>
5958

6059
</div>
61-
<div class="col-sm-4">
60+
<div class="col-lg-4">
6261
<h2>Subscribe to our mailing list</h2>
6362

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

0 commit comments

Comments
 (0)