feat: two pointers post
This commit is contained in:
parent
cb481c4fe3
commit
6c97fa2890
13 changed files with 268 additions and 10 deletions
|
|
@ -40,6 +40,11 @@ footer {
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.graph {
|
||||
background-image: linear-gradient(
|
||||
to right,
|
||||
|
|
|
|||
|
|
@ -34,11 +34,6 @@ ul {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ header {
|
|||
}
|
||||
|
||||
.post-container {
|
||||
max-width: 80%;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
|
|
@ -72,3 +72,11 @@ article h2 {
|
|||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
article h3 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
article a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue