shin-neo-lyrical-tokarev/public/styles/soku/index.css

15 lines
156 B
CSS
Raw Normal View History

2024-11-27 23:16:53 -05:00
.soku-table{
max-width: 1024px;
width: fit-content;
}
.gallery > img{
2024-11-28 16:46:58 -05:00
width: 100%;
2024-11-27 23:16:53 -05:00
max-width: 700px;
2024-11-27 23:19:44 -05:00
}
img{
image-rendering: auto;
2024-11-28 16:46:58 -05:00
}