15 lines
156 B
CSS
15 lines
156 B
CSS
.soku-table{
|
|
max-width: 1024px;
|
|
width: fit-content;
|
|
}
|
|
|
|
.gallery > img{
|
|
width: 100%;
|
|
max-width: 700px;
|
|
}
|
|
|
|
img{
|
|
image-rendering: auto;
|
|
}
|
|
|