mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
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:
parent
4ad69a4a06
commit
f370359d82
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user