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

update to news css

parent ae97140a
No related branches found
No related tags found
No related merge requests found
Pipeline #33193 passed with stages
in 1 minute and 14 seconds
......@@ -20,6 +20,7 @@ a {
}
.news,
.blog-post,
.articles,
.article-single,
.team {
......@@ -56,7 +57,7 @@ main li {
max-width: 70ch;
line-height: 1.5;
font-size: var(--font-size);
font-weight: 400;
/* font-weight: 400; */
}
/* Menu -------------------- */
......@@ -611,25 +612,23 @@ footer section.infos a:hover {
grid-column-end: span 4;
}
}
.blog-post main .post-content,
.article-single .post-content {
font-family: "SourceSerif";
font-weight: 300;
font-size: 1.2em;
}
.blog-post main .post-content *,
.article-single main .post-content * {
border-left: 0;
grid-column: 2/5;
}
.blog-post figcaption,
.article-single figcaption {
text-align: center;
font-style: italic;
}
.article-single .post-content {
font-size: 1.2em;
font-weight: 300;
}
.article-single .post-content p,
.article-single .post-content li {
font-weight: 300;
}
.footertagline {
margin-top: 4em;
}
......
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