Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add padding to left and right #99

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ time, mark, audio, video {
/* Base text styles */

body {
padding:10px 50px 0 0;
padding:10px 50px 20px 20px;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But why is there such an asymmetric padding? Can we try with this:

Suggested change
padding:10px 50px 20px 20px;
padding:50px 50px 20px 20px;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fingolfin I've pushed an update now. In my opinion, the space at the top of the page feels very big now. What do you say?

font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #232323;
Expand Down Expand Up @@ -426,4 +426,4 @@ footer {
font-size:12pt;
color:#444;
}
}
}