Skip to content

Commit

Permalink
Rules looks marginally less terrible
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonySuper committed Sep 25, 2015
1 parent c33813f commit 2444869
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/assets/stylesheets/rules.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#rules{
padding-top: 2.5%;

This comment has been minimized.

Copy link
@connorshea

connorshea Sep 25, 2015

Contributor

Percentage padding? I'm going to vomit.

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

@connorshea
Copy link
Contributor

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.

@AnthonySuper
Copy link
Member Author

@AnthonySuper AnthonySuper commented on 2444869 Sep 25, 2015 via email

Choose a reason for hiding this comment

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

Please sign in to comment.