more reasonable image dimensions
This commit is contained in:
parent
48eea8abe7
commit
9957ee3f04
1 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,10 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.art {
|
.art {
|
||||||
height: 150px;
|
max-height: 50vh;
|
||||||
|
width: 400px;
|
||||||
|
|
||||||
|
max-width: 50vw;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue