Skip to content

Instantly share code, notes, and snippets.

@eporama
Created November 28, 2013 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eporama/7686472 to your computer and use it in GitHub Desktop.
Save eporama/7686472 to your computer and use it in GitHub Desktop.
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