Skip to content

Commit

Permalink
fixed nonresponsive element on resume
Browse files Browse the repository at this point in the history
upgraded packages
  • Loading branch information
mldangelo committed Mar 27, 2017
1 parent c3a8ebb commit 1e8c858
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 28 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"css-loader": "^0.27.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-session": "^1.15.1",
"express-session": "^1.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"forever": "^0.15.3",
Expand All @@ -44,11 +44,11 @@
"html-webpack-plugin": "^2.28.0",
"last.fm.api": "^0.1.3",
"moment": "^2.18.1",
"mongoose": "^4.9.1",
"mongoose": "^4.9.2",
"morgan": "^1.8.1",
"node-sass": "^4.5.1",
"nodemon": "^1.11.0",
"normalize.css": "^5.0.0",
"normalize.css": "^6.0.0",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"raw-loader": "^0.5.1",
Expand All @@ -63,7 +63,7 @@
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"script-ext-html-webpack-plugin": "^1.7.1",
"stats-webpack-plugin": "^0.5.0",
"stats-webpack-plugin": "^0.6.0",
"strip-loader": "^0.1.2",
"style-loader": "^0.16.0",
"url-loader": "^0.5.8",
Expand Down
18 changes: 9 additions & 9 deletions public/css/views/_resume.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/* Resume */
/* Resume */

#resume {

.link-to {
position: relative;
top: -4.5em;
}

.link-container h4 {
text-decoration:none;
border-bottom: none;
display: inline;
display: inline-flex;

a {
padding: 0 .5em;
Expand All @@ -36,7 +36,7 @@
}
}
}

.jobs-container {
.points {
li {
Expand All @@ -46,21 +46,21 @@
}
}
}

.courses {
padding-top: 1.6em;
.title {
text-align: center;
}
.course-list {
text-align: center;

h4 {
white-space: nowrap;
}
}
}

.skills {
margin-top: 2em;
.title {
Expand All @@ -86,7 +86,7 @@
h4 {
font-weight: normal;
}

.degree {
margin-bottom: .1em;
text-transform: none;
Expand Down
5 changes: 5 additions & 0 deletions test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ const pages = [
title: 'Music | Michael D\'Angelo',
heading: 'SOME BANDS THAT I LIKE',
},
{
route: '/login',
title: 'Login | Michael D\'Angelo',
heading: 'LOGIN',
},
];

export { pages, randomString };
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2434,18 +2434,18 @@ expand-range@^1.8.1:
dependencies:
fill-range "^2.1.0"

express-session@^1.15.1:
version "1.15.1"
resolved "https://registry.yarnpkg.com/express-session/-/express-session-1.15.1.tgz#9abba15971beea7ad98da5a4d25ed92ba4a2984e"
express-session@^1.15.2:
version "1.15.2"
resolved "https://registry.yarnpkg.com/express-session/-/express-session-1.15.2.tgz#d98516443a4ccb8688e1725ae584c02daa4093d4"
dependencies:
cookie "0.3.1"
cookie-signature "1.0.6"
crc "3.4.4"
debug "2.6.1"
debug "2.6.3"
depd "~1.1.0"
on-headers "~1.0.1"
parseurl "~1.3.1"
uid-safe "~2.1.3"
uid-safe "~2.1.4"
utils-merge "1.0.0"

express@^4.15.2:
Expand Down Expand Up @@ -3981,9 +3981,9 @@ [email protected], mongodb@~2.2.0:
mongodb-core "2.1.9"
readable-stream "2.1.5"

mongoose@^4.9.1:
version "4.9.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-4.9.1.tgz#e621d9e7356f46d1e39980a71063857405fa9099"
mongoose@^4.9.2:
version "4.9.2"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-4.9.2.tgz#df137675eed76a14dc1e6952ede54497c7547926"
dependencies:
async "2.1.4"
bson "~1.0.4"
Expand Down Expand Up @@ -4267,9 +4267,9 @@ normalize-url@^1.4.0:
query-string "^4.1.0"
sort-keys "^1.0.0"

normalize.css@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-5.0.0.tgz#7cec875ce8178a5333c4de80b68ea9c18b9d7c37"
normalize.css@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-6.0.0.tgz#22188c2707c911fb3ad3c1aac0677ff68661bea8"

"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0, npmlog@^4.0.2:
version "4.0.2"
Expand Down Expand Up @@ -5711,9 +5711,9 @@ [email protected]:
version "0.0.9"
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.9.tgz#a8f6eaeca90674c333e7c43953f275b451510695"

stats-webpack-plugin@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/stats-webpack-plugin/-/stats-webpack-plugin-0.5.0.tgz#d51806faf3f87dda75967721a0b3892abae43d10"
stats-webpack-plugin@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/stats-webpack-plugin/-/stats-webpack-plugin-0.6.0.tgz#05f9e4cf251b0d03d63abf93365b06128e17466a"
dependencies:
lodash "^4.17.4"

Expand Down Expand Up @@ -6070,7 +6070,7 @@ uid-number@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"

uid-safe@~2.1.3:
uid-safe@~2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/uid-safe/-/uid-safe-2.1.4.tgz#3ad6f38368c6d4c8c75ec17623fb79aa1d071d81"
dependencies:
Expand Down

0 comments on commit 1e8c858

Please sign in to comment.