Skip to content

Commit

Permalink
improvement tutorial page layout by not wrapping tutorial title text
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewma7 committed Apr 13, 2018
1 parent 4b1596a commit fdc7960
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "3.4.4"
},
"dependencies": {
"hexo": "^3.3.9",
"hexo": "^3.4.4",
"hexo-fs": "^0.2.2",
"hexo-renderer-ejs": "^0.3.0",
"hexo-renderer-marked": "^0.3.2",
Expand All @@ -18,4 +18,4 @@
"ejs-lint": "^0.3.0",
"hexo-cli": "^1.0.3"
}
}
}
6 changes: 5 additions & 1 deletion website/themes/agency/source/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,14 @@ footer {
min-height: 90px;
background-color: #333;
position: relative;
font-size: 16px;

h4 {
a {
color: inherit;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

text-transform: none;
Expand All @@ -254,4 +258,4 @@ footer {
overflow: hidden;
}
}
}
}

0 comments on commit fdc7960

Please sign in to comment.