You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
283 B
CSS

/*
img.enlarged {
transition: transform 0.5s ease 0s;
transform: scale(1.5);
}
img {
transition: transform 0.5s ease 0s;
}
*/
img.large-image {
position: fixed;
margin-left: auto;
margin-right: auto;
}
.sph > select { width: min-content; }
body { overflow: auto; }