Mobile style fixes
This commit is contained in:
parent
56fd55d09d
commit
ff2e32d2d9
@ -51,8 +51,8 @@
|
||||
<li><span class="title">genre :</span><span class="content genre"> </span></li>
|
||||
<li><span class="title">thème :</span><span class="content theme"> </span></li>
|
||||
<li><span class="title">lieu :</span><span class="content place"> </span></li>
|
||||
<li><span class="title">état photo :</span><span class="content photo"> </span></li>
|
||||
<li><span class="title">aide requise :</span><span class="content help"> </span></li>
|
||||
<li><span class="title">état photo :</span><span class="content photo"> </span></li>
|
||||
<li><span class="title">aide requise :</span><span class="content help"> </span></li>
|
||||
<li><span class="title">tags :</span><span class="content tag"> </span></li>
|
||||
<li><span class="title">commentaire :</span><span class="content comment"> </span></li>
|
||||
<li><span class="content original"><a href="photos/paintings/original/42.jpg">photo originale <img src="styles/icons/arrow.svg"></a></span></li>
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user