Skip to content

Commit

Permalink
Changing CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
molx committed Mar 21, 2015
1 parent dc70b7c commit 2d9cd2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stylesheets/stylesheet.css
Expand Up @@ -79,6 +79,8 @@ h2 {

h3 {
font-size: 24px;
border-bottom: 1px solid;
padding-top: 10px;
}

h4 {
Expand Down Expand Up @@ -361,7 +363,7 @@ Full-Width Styles
}

#main_content {
padding-top: 40px;
padding-top: 10px;
}

#footer_wrap {
Expand All @@ -371,6 +373,7 @@ Full-Width Styles
.smalllogo {
width: 32px;
height: 32px;
margin-left: -36px;
}

/*******************************************************************************
Expand Down

0 comments on commit 2d9cd2a

Please sign in to comment.