Fix of interface in explorer, tags now working as AND and not OR

This commit is contained in:
2021-02-14 01:19:12 +01:00
parent b76734fe25
commit 04d3e099cb
3 changed files with 16 additions and 10 deletions

View File

@ -383,14 +383,20 @@ article.explorer .gallery {
}
article.explorer p.intro {
width:55vw;
width:75vw;
margin:auto;
margin-bottom:2rem;
text-align:justify;
}
@media only screen and (max-width:1200px) {
article.explorer p {
article.explorer p.intro {
width:90vw;
}
}
@media only screen and (max-width:1640px) {
article.explorer {
width:90vw;
}
}