styling, more cards

This commit is contained in:
Sriram Hariharan
2018-07-06 16:22:35 -05:00
parent dba75eb554
commit 01c062fbff
2 changed files with 23 additions and 5 deletions

View File

@@ -30,21 +30,36 @@
}
.title {
font-size: large;
font-size: x-large;
font-weight: bold ;
margin:0px 0px 0px 0px;
padding: 5px;
margin:0px 0px 5spx 0px;
}
.subtitle {
padding: 5px;
font-size: small;
font-weight: normal;
}
.subtitle.profname{
padding: 5px;
font-size: small;
font-weight: normal;
}
.profname {
margin-left: 5px;
padding-bottom: 5px;
font-size: medium;
font-weight: bold;
}
#chart {
min-width: 310px;
max-width: 800px;
height: 400px;
height: 300px;
margin: 0 auto
}