New intro text, switch sketch and 3d model vis

This commit is contained in:
heyarne 2020-05-08 10:44:22 +02:00
commit a80842101c
3 changed files with 22 additions and 10 deletions

View file

@ -41,6 +41,11 @@ p:first-of-type {
margin-top: 24px;
}
h1 ~ p:first-of-type {
margin-top: 16px
}
p:first-child {
margin-top: 0;
}