Skip to content

Commit eb02646

Browse files
committed
Fixing some padding on bottom of _pages Pages
1 parent 34c1e51 commit eb02646

File tree

4 files changed

+40
-10
lines changed

4 files changed

+40
-10
lines changed

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<body>
1111
<div class="headerBackground subPageHeaderBackground">
12-
<div class="container">
12+
<div class="container subPageContainer">
1313
{% include header.html %}
1414
<article class="page markdown-body">
1515
{{ content }}

_pages/changelog.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,33 @@ include_in_header: true
77
# Changelog
88
A complete list of changes, new features and bug fixes. Uninspiring the more sat honey knelt before before bearish bowed lorikeet wolf grandly instead diligently and rhinoceros imperative.
99

10-
## Version 1.1
10+
<br>
11+
12+
## **Version 2.0**
13+
This is the first update to our app. Jeez **goodness** by kept more sensually a much far proper exotically precise [here is a link](https://www.google.com) and and illicit hey uninspiring the more sat honey knelt before before bearish bowed lorikeet wolf grandly instead diligently and rhinoceros imperative.
14+
15+
#### What's New
16+
- Much far proper exotically precise unaccountable.
17+
- [Changes to Privacy Policy](/privacypolicy)
18+
19+
<br>
20+
21+
## **Version 1.1**
1122
This is the first update to our app. Jeez **goodness** by kept more sensually a much far proper exotically precise [here is a link](https://www.google.com) and and illicit hey uninspiring the more sat honey knelt before before bearish bowed lorikeet wolf grandly instead diligently and rhinoceros imperative.
1223

13-
### What's New
14-
Much far proper exotically precise unaccountable
24+
#### What's New
25+
- Much far proper exotically precise unaccountable.
1526

16-
### Bug Fixes
27+
<br>
28+
29+
## Version 1.0.1
30+
This is the first update to our app. Jeez **goodness** by kept more sensually a much far proper exotically precise [here is a link](https://www.google.com) and and illicit hey uninspiring the more sat honey knelt before before bearish bowed lorikeet wolf grandly instead diligently and rhinoceros imperative.
31+
32+
#### Bug Fixes
1733
- Improved user sign up experience.
1834
- Unlike deliberately zebra hen oh jeez understandable. Alas and quit oh snooty unlike deliberately.
1935

36+
<br>
2037

21-
## Version 1.0
22-
Scandalously much alas and quit oh snooty unlike deliberately zebra hen oh jeez understandable alas alas that gosh assiduous dear some this
23-
24-
### What's New
25-
- Initial release
38+
## **Version 1.0**
39+
Scandalously much alas and quit oh snooty unlike deliberately zebra hen oh jeez understandable alas alas that gosh assiduous dear some this.

_pages/privacypolicy.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ August 15 2019
1010
# Privacy Policy
1111
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
1212

13+
<br>
14+
1315
## 1.0 Why do we use it?
1416
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
1517

@@ -19,11 +21,20 @@ Many desktop publishing packages and web page editors now use Lorem Ipsum as the
1921
#### 1.1.1
2022
Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
2123

24+
<br>
25+
2226
## 2.0 Where does it come from?
2327
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
2428

2529
### 2.1
2630
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
2731

32+
| Third Party | What is it used for? |
33+
| --- | --- |
34+
| Fun Party | Sections 1.10.32 and 1.10.33 from “de Finibus Bonorum et Malorum” by Cicero |
35+
| Tea Party | Show file differences that haven't been staged |
36+
37+
<br>
38+
2839
## 3.0 Where can I get some?
2940
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.

_sass/layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
"f f f f f f f f f f f f";
4949
}
5050

51+
.subPageContainer {
52+
grid-template-rows: 115px auto auto auto;
53+
54+
}
55+
5156
@media only screen and (max-width: 1070px) {
5257

5358
.container { // Set up the container for the site content

0 commit comments

Comments
 (0)