Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
set width & max-width of avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
kimberlythegeek authored and davehunt committed Nov 17, 2016
1 parent fb6b459 commit 0d96127
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/dashboard.css
Expand Up @@ -103,6 +103,13 @@ a:hover {
color: #999;
}

.user-avatar {
max-width: 100%;
width: 60px;
}
.user-avatar-wrap {
max-width: 90px;
}

/*
* Placeholder dashboard ideas
Expand Down

0 comments on commit 0d96127

Please sign in to comment.