chore(links.html/css): refactor layout to properly use article tags and headers for each link item
This commit is contained in:
parent
e71eb1c185
commit
bb72776be8
4 changed files with 47 additions and 146 deletions
|
@ -7,13 +7,19 @@
|
|||
grid-template-columns: var(--grid-columns-two);
|
||||
}
|
||||
|
||||
.link-box {
|
||||
article {
|
||||
border: var(--border-gray);
|
||||
border-radius: var(--border-radius-slight);
|
||||
padding: var(--spacing-sm) var(--spacing-md);
|
||||
margin: 0;
|
||||
|
||||
article {
|
||||
margin: 0;
|
||||
time {
|
||||
display: block;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: var(--font-size-base);
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue