-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rules looks marginally less terrible
- Loading branch information
1 parent
c33813f
commit 2444869
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#rules{ | ||
padding-top: 2.5%; | ||
This comment has been minimized.
Sorry, something went wrong. |
||
padding-right: 15%; | ||
padding-left: 15%; | ||
padding-bottom: 2.5%; | ||
h1{ | ||
font-weight: normal; | ||
font-size: 4.0rem; | ||
padding-bottom: 0.75rem; | ||
} | ||
h2{ | ||
font-weight: normal; | ||
font-size: 2.0rem; | ||
} | ||
h3{ | ||
font-weight: normal; | ||
font-size: 1.5rem; | ||
} | ||
li{ | ||
padding-left: 20px; | ||
} | ||
} |
2 comments
on commit 2444869
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style guide violations, style guide violations everywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don’t do CSS
… On Sep 25, 2015, at 11:18 AM, Connor Shea ***@***.*** ***@***.***>> wrote:
Style guide violations, style guide violations everywhere.
—
Reply to this email directly or view it on GitHub 2444869#commitcomment-13443229.
Percentage padding? I'm going to vomit.