9 lines
119 B
CSS
9 lines
119 B
CSS
.soku-table{
|
|
max-width: 1024px;
|
|
width: fit-content;
|
|
}
|
|
|
|
.gallery > img{
|
|
max-width: 700px;
|
|
width: auto;
|
|
} |