Created
November 28, 2013 02:36
This file contains hidden or 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
diff --git a/style.css b/style.css | |
index 7161ca4..627cdfc 100644 | |
--- a/style.css | |
+++ b/style.css | |
@@ -69,7 +69,7 @@ body { | |
} | |
#wrapper { | |
margin: 0 auto 2em; | |
- max-width: 1000px; | |
+ max-width: 1090px; | |
} | |
#header hgroup { | |
margin: 0 3%; | |
@@ -81,17 +81,17 @@ body { | |
#primary { | |
float: left; | |
- margin: 0 -30% 0 0; | |
+ margin: 0 -33% 0 0; | |
width: 100%; | |
} | |
#content { | |
- margin: 0 33% 0 3%; | |
+ margin: 0 33% 0 2%; | |
width: 64%; | |
} | |
#sidebar { | |
float: right; | |
- margin-right: 3%; | |
- width: 27%; | |
+ margin-right: 2%; | |
+ width: 30%; | |
} | |
/* Right Content */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment