add: first post, external posts, new comps
Add first post for monday, add external posts from other authors, add components for internal and external links
This commit is contained in:
parent
427d9ae276
commit
0a481fee5e
19 changed files with 264 additions and 329 deletions
|
@ -24,12 +24,20 @@
|
|||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
& small {
|
||||
font-size: 1.2rem;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5rem;
|
||||
font-style: italic;
|
||||
font-weight: lighter;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
& .image {
|
||||
|
@ -47,4 +55,8 @@
|
|||
object-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
& p {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue