Apply prettier to css

This commit is contained in:
Aditya Telange 2021-06-11 13:34:55 +05:30
parent 87fbe01124
commit df544469c9
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
8 changed files with 26 additions and 25 deletions

View file

@ -39,12 +39,12 @@
padding: var(--gap);
background: var(--entry);
border-radius: var(--radius);
transition: transform .1s;
transition: transform 0.1s;
border: 1px solid var(--border);
}
.post-entry:active {
transform: scale(.96);
transform: scale(0.96);
}
.tag-entry .entry-cover {