package update, slight style fies
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jsonresume-theme-short",
|
"name": "jsonresume-theme-short",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Simple to the point theme for JSON Resume",
|
"description": "Simple to the point theme for JSON Resume",
|
||||||
"author": "Graeme Maciver",
|
"author": "Graeme Maciver",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -50,7 +50,6 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if profiles.length}}
|
{{#if profiles.length}}
|
||||||
<section id="profiles">
|
|
||||||
{{#each profiles}}
|
{{#each profiles}}
|
||||||
<div class="profile">
|
<div class="profile">
|
||||||
{{#if network}}
|
{{#if network}}
|
||||||
@@ -69,7 +68,6 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</section>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ blockquote {
|
|||||||
}
|
}
|
||||||
#resume {
|
#resume {
|
||||||
margin: 2em 2em 2em 2.5em;
|
margin: 2em 2em 2em 2.5em;
|
||||||
max-width: 960px;
|
max-width: 760px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Resume heading */
|
/* Resume heading */
|
||||||
@@ -54,13 +54,14 @@ blockquote {
|
|||||||
margin: 0 1em 0 0;
|
margin: 0 1em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profiles .profile {
|
.profile {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 1em 0 0;
|
margin: 0 1em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profiles .profile strong,
|
.profile strong,
|
||||||
#profiles .profile span {
|
.profile span {
|
||||||
|
display: inline-block;
|
||||||
margin: 0 1em 0 0;
|
margin: 0 1em 0 0;
|
||||||
}
|
}
|
||||||
/* section / line breaks */
|
/* section / line breaks */
|
||||||
|
|||||||
Reference in New Issue
Block a user