news article template, association cleanup, footer email links to serif

This commit is contained in:
elisejakob
2024-06-27 01:52:50 +02:00
parent d4399d03d3
commit 96f7d6ce91
12 changed files with 85 additions and 33 deletions

View File

@ -125,6 +125,7 @@ h6 {
img {
max-width: 100%;
height: auto;
}
blockquote {

View File

@ -3,4 +3,6 @@
@import 'animations.scss';
@import 'base.scss';
@import 'button.scss';
@import 'button.scss';
@import 'news.scss';

21
web/src/css/news.scss Normal file
View File

@ -0,0 +1,21 @@
.news-header {
display: block;
text-align: center;
}
.news-title {
font-size: var(--font-size-h1);
margin: 1rem auto 2rem;
}
.news-details {
display: block;
font-weight: 400;
font-size: var(--font-size-xs);
margin-bottom: var(--spacing-s);
margin: 0 auto;
a {
text-decoration: none;
}
}