Mobile style fixes
This commit is contained in:
@ -338,7 +338,7 @@ article .gallery img {
|
||||
|
||||
@media only screen and (max-width:600px) {
|
||||
#info {
|
||||
min-width:280px;
|
||||
min-width:85vw;
|
||||
}
|
||||
}
|
||||
|
||||
@ -445,9 +445,11 @@ article.painting .container .metadata span.content img {
|
||||
article.painting .container ul.metadata {
|
||||
position:relative;
|
||||
columns:2;
|
||||
width:80vw;
|
||||
width:95vw;
|
||||
margin:auto;
|
||||
margin-top:1rem;
|
||||
list-style-position:inside;
|
||||
padding:0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user