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

update mobile size

parent 3590c158
No related branches found
No related tags found
No related merge requests found
Pipeline #33099 passed with stages
in 47 seconds
...@@ -853,9 +853,18 @@ article iframe { ...@@ -853,9 +853,18 @@ article iframe {
.services article ul { .services article ul {
grid-column: 1 / -1; grid-column: 1 / -1;
} }
.article-single main p,
.article-single main li {
font-size: 0.9em;
margin-bottom: 0.5em;
}
} }
.article-single main .post-content .customQuote { .article-single main .post-content .customQuote {
font-size: 0.9em; font-size: 0.9em;
border-left: 1px solid black; border-left: 1px solid black;
padding-left: 3ch; padding-left: 3ch;
} }
li::marker {
content: "– ";
}
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