Removed old code

This commit is contained in:
Roman Cervantes 2019-12-02 11:21:06 -07:00
parent 59dd9cc78e
commit 12abc36e4f

View file

@ -92,15 +92,4 @@ export default {
}
}
}
img.avatar {
width: 30px;
height: 30px;
border-radius: $border-radius;
@media($small) {
width: 30px;
height: 30px;
}
}
</style>