skill style fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jsonresume-theme-short",
|
"name": "jsonresume-theme-short",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"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": {
|
||||||
|
|||||||
@@ -113,10 +113,9 @@ section h2 {
|
|||||||
|
|
||||||
/* skills */
|
/* skills */
|
||||||
#skills .item {
|
#skills .item {
|
||||||
margin: 0.4em 0;
|
margin: 0.5em 0;
|
||||||
padding: 0;
|
padding: 0 0 0.5em;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
border-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#skills .item .name {
|
#skills .item .name {
|
||||||
@@ -124,10 +123,14 @@ section h2 {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin: 0 1em 0 0;
|
margin: 0 1em 0 0;
|
||||||
|
width: 23%;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
#skills .item .keywords {
|
#skills .item .keywords {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: 70%;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* education */
|
/* education */
|
||||||
|
|||||||
Reference in New Issue
Block a user