Skip to content
Snippets Groups Projects
Commit 82783b38 authored by julientaq's avatar julientaq
Browse files

update css for article for small screen

parent 750fe3f6
No related branches found
No related tags found
No related merge requests found
Pipeline #33075 passed with stages
in 46 seconds
...@@ -636,9 +636,12 @@ footer section.infos a:hover { ...@@ -636,9 +636,12 @@ footer section.infos a:hover {
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
.article-single article { .article-single article {
display: block; display: block;
width: 100%;
font-size: 0.9em;
} }
.article-single article p { .article-single article p {
padding: 1em 0; padding: 1em 0;
width: 100%;
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment