Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit aa739dd

Browse files
Decrease width of blue section on 992px+ sized viewports
1 parent a8b3c85 commit aa739dd

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

assets/css/style.css

+11-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
@media (min-width: 768px) {
1616
.footer {
1717
position: fixed;
18-
left: auto;
19-
width: 60%;
18+
left: 40%;
19+
width: auto;
2020
}
2121

2222
.main-section.right {
@@ -28,7 +28,16 @@
2828
}
2929

3030
@media(min-width: 992px) {
31+
.main-section.left {
32+
width: 30%;
33+
}
34+
3135
.main-section.right {
36+
width: 70%;
3237
padding-bottom: 175px;
3338
}
39+
40+
.footer {
41+
left: 30%;
42+
}
3443
}

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div class="container-fluid">
3333
<div class="content-section">
3434
<div class="row">
35-
<div class="col-sm-12 col-md-10 col-lg-10 bottombuffer">
35+
<div class="col-sm-12 col-md-10 col-lg-10">
3636
<img class="img-responsive logo" src="assets/img/dev-progress-logo.svg" alt="">
3737
<hr>
3838
<p class="lead callout">We are volunteers using our skills and expertise to create tech tools to help elect Hillary Clinton and other Democratic and progressive candidates. We are coders, designers, leaders, writers, mentors, and researchers. Each project we work on focuses on an app, service, data resource, or other technology to advance the cause. We are a team — join us!</p>
@@ -254,7 +254,7 @@
254254
</div>
255255
<div class="content-section">
256256
<div class="row">
257-
<div class="col-sm-12 col-md-10 col-lg-9 bottombuffer left-align">
257+
<div class="col-sm-12 col-md-10 col-lg-9">
258258
<a class="lead callout" id="coc" href="#coc">Code of Conduct</a>
259259
<hr>
260260

0 commit comments

Comments
 (0)