404 page, assets exclusion, e g g tips hat, blog responsive
This commit is contained in:
parent
28d155196e
commit
c7017bfd24
5 changed files with 48 additions and 4 deletions
src/components
|
@ -38,10 +38,14 @@ const date = new Date(pubdate).toLocaleDateString('en-GB', options_date)
|
|||
width: 1.5rem;
|
||||
border-radius: 50%;
|
||||
background-color: var(--c-darkpurple);
|
||||
transition: transform var(--speed) var(--ease);
|
||||
}
|
||||
|
||||
a:hover > .circle {
|
||||
transform: none;
|
||||
height: 1.75rem;
|
||||
width: 1.75rem;
|
||||
translate: -0.125rem;
|
||||
margin-right: 0.825rem;
|
||||
}
|
||||
|
||||
article {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue