wip fonts
This commit is contained in:
parent
7e44c860db
commit
2f92afa828
@ -99,11 +99,14 @@ body {
|
||||
padding-bottom: 0.3em;
|
||||
}
|
||||
|
||||
p,li {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 16px;
|
||||
padding: 0 0.25em;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -10,8 +10,9 @@ title: Blog
|
||||
<ul>
|
||||
{% for post in group.items %}
|
||||
<li>
|
||||
|
||||
<span>{{ post.date | date: "%Y-%m-%d" }}:</span>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
<span>{{ post.date | date: "%B %d" }}</span>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -22,4 +22,4 @@ I am currently:
|
||||
Some of the more notable things I've worked on in the past are:
|
||||
|
||||
- The animated TV series [PAW Patrol](https://www.imdb.com/title/tt3121722/) and [Daniel Spellbound](https://www.imdb.com/title/tt13983670/)
|
||||
- A [fleet of robots](/robotics/5024) at Raider Robotics <sup>test</sup>
|
||||
- A [fleet of robots](/robotics/5024) at Raider Robotics
|
||||
|
Loading…
x
Reference in New Issue
Block a user