Adjusted widths on username/view # elements in website galleries

This commit is contained in:
Victoria Wang 2014-11-09 19:05:55 -06:00
parent 4af4347492
commit 45fc351565

View file

@ -29,12 +29,12 @@
.username {
float: left;
overflow: hidden;
width: 70%;
width: 63%;
}
.site-stats {
float: right;
overflow: hidden;
width: 28%;
width: 35%;
text-align: right;
}
.site-tags {