news article template, association cleanup, footer email links to serif
This commit is contained in:
@ -125,6 +125,7 @@ h6 {
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
@ -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
21
web/src/css/news.scss
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user