🔥 remove unused code
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
d5afcd8502
commit
aaaa6bf50b
1 changed files with 0 additions and 18 deletions
|
@ -41,21 +41,3 @@ const sortedYears = Object.keys(postsByYear).sort((a:any, b:any) => b - a);
|
|||
))}
|
||||
</main>
|
||||
</SectionContainer>
|
||||
|
||||
<style>
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding: unset;
|
||||
}
|
||||
ul li {
|
||||
display: flex;
|
||||
}
|
||||
ul li :global(time) {
|
||||
flex: 0 0 130px;
|
||||
font-style: italic;
|
||||
color: #595959;
|
||||
}
|
||||
ul li a {
|
||||
color: #815B5B;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Reference in a new issue