Browse Source

Merge branch 'master' of https://github.com/jrtechs/github-graphs

pull/11/head
CetaceanNation 5 years ago
parent
commit
be839ceb97
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      public/js/profileGen.js
  2. +2
    -2
      public/style.css

+ 1
- 1
public/js/profileGen.js View File

@ -4,7 +4,7 @@ function profileGen(username, container) {
let html =
"<div class=\"card\" style=\"w-100\"> \
<img class=\"card-img-top\" src=\""+user.avatar_url+"\"></img> \
<div class=\"row\"> \
<div class=\"row mx-0\"> \
<div class=\"col-9\"> \
<div class=\"card-body\"> \
<h5 class=\"card-title\">"+user.name+"</h1> \

+ 2
- 2
public/style.css View File

@ -128,11 +128,11 @@
}
.card {
background-color: rgb(208, 208, 208);
background-color: rgb(255, 255, 255);
}
.card-body {
background-color: rgb(242, 242, 242);
background-color: rgb(255, 255, 255);
}
.rounder {

Loading…
Cancel
Save