„css/skeleton-auto.css“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 21:04:47 +02:00
parent e4e2f36410
commit fb849263fb

View File

@ -262,7 +262,12 @@ hr {
.zoom-box {
width: 0;
width: 50px;
height: 50px;
background-color: red;
/* Center horizontally*/
margin: 0 auto;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;