Skip to content
Snippets Groups Projects
Unverified Commit 83d9a4b6 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

chore(client):🎨 Make font-size of note-preview em (#6414)

parent 8d48e4c7
No related branches found
No related tags found
No related merge requests found
......@@ -50,15 +50,7 @@ export default Vue.extend({
margin: 0;
padding: 0;
overflow: hidden;
font-size: 10px;
@media (min-width: 350px) {
font-size: 12px;
}
@media (min-width: 500px) {
font-size: 14px;
}
font-size: 0.95em;
> .avatar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment