Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeballcode committed Dec 15, 2015
1 parent 1aad528 commit 829b9a7
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions public/stylesheets/chat.css
@@ -1,18 +1,20 @@
.roomcard {
width: 200px;
height: 200px;
margin-top: 16px;
margin-right: 16px;
margin-bottom: 16px;
border: 1px solid #aaa;
border-radius: 8px;
display: inline-block;
box-shadow: 2px 2px 5px #888;
width: 200px;
height: 200px;
margin-top: 16px;
margin-right: 16px;
margin-bottom: 16px;
border: 1px solid #aaa;
border-radius: 8px;
display: inline-block;
box-shadow: 2px 2px 5px #888;
}

.roomcard > h3 {
margin-left: 8px;
margin-top: 8px;
margin-left: 8px;
margin-top: 8px;
}

.roomContainer {
margin-top: 5px;
margin-top: 5px;
}

0 comments on commit 829b9a7

Please sign in to comment.