added css class for comment image

This commit is contained in:
notnull 2019-04-01 22:01:15 -04:00
parent b94927b75e
commit fea715168a

8
dist/css/style.css vendored
View File

@ -30,6 +30,14 @@ html, body, .app {
background: white;
}
.comment_icon {
width: 20px;
height: 20px;
background-image: url("/img/anarchybang.jpg");
background-size: cover;
background-color: #000
}
.footer {
position: absolute;
bottom: 0;