wbcmc/css/style.scss

28 lines
344 B
SCSS

$stripwidth: 512px;
tr {
display:flex;
flex-direction: row;
justify-content: space-between;
}
td{
img{
width:32px;
transition: all 0.2s;
&:hover{
width: 64px;
}
}
}
#comic {
margin: 0 auto;
}
.strip {
width:$stripwidth;
&:hover{
width: $stripwidth;
}
}