Skip to content
Snippets Groups Projects
Commit 925a61e4 authored by syuilo's avatar syuilo
Browse files

🎨

parent d8b17daf
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,13 @@ export default defineComponent({
> a {
display: inline-block;
position: relative;
vertical-align: bottom;
&:hover {
> img {
filter: contrast(120%);
}
}
> img {
display: block;
......@@ -119,7 +126,7 @@ export default defineComponent({
> a ,
> a > img {
max-width: min(600px, 100%);
max-height: 100px;
max-height: 80px;
}
}
......
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