Browse Source

style changed and margin on card

pull/11/head
Bryce Murphy 5 years ago
parent
commit
07934df5a4
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