scale down the catboy

This commit is contained in:
lelgenio 2024-10-04 20:19:54 -03:00
parent 422bdfa89b
commit 4063840011

View file

@ -27,6 +27,7 @@
max-width: 80vw; max-width: 80vw;
max-height: 80vh; max-height: 80vh;
object-fit: contain; object-fit: contain;
scale: calc(1 / sqrt(2));
} }
</style> </style>
</head> </head>