refactor: item tile headers
This commit is contained in:
parent
d81c72a9dd
commit
0ed6a77690
5 changed files with 72 additions and 68 deletions
|
@ -32,19 +32,6 @@
|
|||
padding-inline: 1em;
|
||||
|
||||
& .article-header {
|
||||
text-align: center;
|
||||
background-color: $dark;
|
||||
opacity: 0.8;
|
||||
color: $light;
|
||||
display: grid;
|
||||
grid-area: post-header-details;
|
||||
grid-template-columns: 1fr;
|
||||
padding: 20px;
|
||||
grid-template-rows: 1fr auto auto 1fr;
|
||||
justify-items: center;
|
||||
align-items: center;
|
||||
grid-template-areas: "." "post-title" "post-subtitle" ".";
|
||||
|
||||
&__series {
|
||||
margin-block: 0 1em;
|
||||
margin-inline: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue