wip fonts
This commit is contained in:
parent
7e44c860db
commit
2f92afa828
@ -99,11 +99,14 @@ body {
|
|||||||
padding-bottom: 0.3em;
|
padding-bottom: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p,li {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
padding: 0 0.25em;
|
padding: 0 0.25em;
|
||||||
font-size: 1.25rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -10,8 +10,9 @@ title: Blog
|
|||||||
<ul>
|
<ul>
|
||||||
{% for post in group.items %}
|
{% for post in group.items %}
|
||||||
<li>
|
<li>
|
||||||
|
|
||||||
|
<span>{{ post.date | date: "%Y-%m-%d" }}:</span>
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||||
<span>{{ post.date | date: "%B %d" }}</span>
|
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -22,4 +22,4 @@ I am currently:
|
|||||||
Some of the more notable things I've worked on in the past are:
|
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/)
|
- 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