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

Commit 49e9655

Browse files
authored
Merge pull request #9 from DevProgress/launch-hotfixes
Launch hotfixes
2 parents c38ae5c + aa739dd commit 49e9655

File tree

3 files changed

+258
-248
lines changed

3 files changed

+258
-248
lines changed

assets/css/style.css

+24-22
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
/*#body {
2-
min-height: 400px;
3-
margin-bottom: 100px;
4-
clear: both;
5-
}*/
6-
7-
.left-align{
8-
text-align: left;
9-
}
10-
11-
.fineprint{
12-
font-size: xx-small;
13-
font-style: italic;
1+
.content-section {
2+
margin-bottom: 25px;
143
}
154

16-
#spacer{
17-
min-height: 200px;
18-
position:fixed;
5+
@media(min-width: 768px) {
6+
.content-section {
7+
margin-bottom: 65px;
8+
}
199
}
2010

2111
.main-section.right {
@@ -25,17 +15,29 @@ position:fixed;
2515
@media (min-width: 768px) {
2616
.footer {
2717
position: fixed;
28-
left: auto;
29-
width: 60%;
30-
}
31-
32-
.bottombuffer{
33-
margin-bottom: 80px;
18+
left: 40%;
19+
width: auto;
3420
}
3521

3622
.main-section.right {
3723
position: relative;
3824
width: 60%;
3925
padding-top: 50px;
26+
padding-bottom: 225px;
27+
}
28+
}
29+
30+
@media(min-width: 992px) {
31+
.main-section.left {
32+
width: 30%;
33+
}
34+
35+
.main-section.right {
36+
width: 70%;
37+
padding-bottom: 175px;
38+
}
39+
40+
.footer {
41+
left: 30%;
4042
}
4143
}

0 commit comments

Comments
 (0)