style fixes
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
<style>
|
<style>
|
||||||
{{{css}}}
|
{{{css}}}
|
||||||
</style>
|
</style>
|
||||||
|
<style media="print">
|
||||||
|
body { font-size: 12px; }
|
||||||
|
</style>
|
||||||
|
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font: 14px 'Open Sans' Helvetica, Arial, sans-serif;
|
font: 16px 'Open Sans' Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
margin: 0 0;
|
margin: 0 0;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
@@ -31,7 +31,6 @@ blockquote {
|
|||||||
#resume {
|
#resume {
|
||||||
margin: 2em 2em 2em 2.5em;
|
margin: 2em 2em 2em 2.5em;
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
padding: 0 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Resume heading */
|
/* Resume heading */
|
||||||
@@ -106,10 +105,6 @@ section h2 {
|
|||||||
color: #6B6B6B;
|
color: #6B6B6B;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item .summary {
|
|
||||||
font-size: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.item .highlights {
|
.item .highlights {
|
||||||
list-style: square;
|
list-style: square;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
@@ -137,6 +132,7 @@ section h2 {
|
|||||||
/* education */
|
/* education */
|
||||||
#education .item {
|
#education .item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
width: 49.5%;
|
width: 49.5%;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user