Affiner les métadonnées d'en-tête des articles
This commit is contained in:
@@ -111,12 +111,29 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--space-1);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.article-header .article-publication > time {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.article-header .article-weather {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.article-header .article-weather > img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.72;
|
||||
}
|
||||
|
||||
.article-header .page-links {
|
||||
margin-top: var(--article-meta-vertical-space);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user