wbcmc/css/style.css

19 lines
263 B
CSS

tr {
display: flex;
flex-direction: row;
justify-content: space-between; }
a img {
width: 32px;
transition: all 0.2s; }
a img:hover {
width: 64px; }
#comic {
margin: 0 auto; }
.strip {
width: 512px; }
/*# sourceMappingURL=style.css.map */