Small mobile style improvements

This commit is contained in:
Théo Marchal 2022-08-08 16:50:42 +02:00
parent 16f6e0778a
commit c7dcc688e7

View File

@ -859,9 +859,13 @@ article.infos h4 + p {
@media only screen and (max-width:1200px) { @media only screen and (max-width:1200px) {
article, article.main { article, article.main {
width:95vw; width:95vw;
text-align:justify;
} }
article .center { article .center {
text-align:left; text-align:justify;
} }
article.explorer .center {
text-align:center;
} }