Fix of interface in explorer, tags now working as AND and not OR
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user