Decrease resume padding, update the block quote to match.

Additionally, this updates the page width so that in the transition to
the widescreen layout there is never any horizontal page scrolling.
This commit is contained in:
Craig Davis 2012-03-05 08:51:40 -06:00
parent 4ad69a4a06
commit f370359d82

View File

@ -18,7 +18,6 @@
*/
@media screen and (min-width: 30em) {
}
@ -32,6 +31,11 @@
body {
padding: 2em 0;
}
blockquote {
top: 40px;
right: 50px;
position: absolute;
}
ol {
margin: 0 0 0 1em;
}
@ -53,11 +57,11 @@
@media screen and (min-width: 57em) {
.container {
width: 1000px;
width: 912px;
}
.resume {
position:relative;
padding: 40px 80px;
padding: 40px 50px;
}
h1 {
font-size: 48px;
@ -72,12 +76,6 @@
font-weight: normal;
}
blockquote {
top: 0;
right: 40px;
position: absolute;
}
h3 {
float: left;
width: 16%;