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

Conversation

DominikBernhardt
Copy link
Collaborator

This adds padding both to the left and right.
Resolves #97

@DominikBernhardt DominikBernhardt changed the title Adds padding to left and right Add padding to left and right Dec 21, 2019
@DominikBernhardt DominikBernhardt added the enhancement New feature or request label Dec 21, 2019
@@ -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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants