New blog post

* new blog post on making particles using photographs
* exif strip of all images
* some css fixes
* add video support
This commit is contained in:
2019-05-04 20:33:53 -07:00
committed by Andrew Cassidy
parent 46799a14fd
commit 97bd1c804d
53 changed files with 176 additions and 86 deletions

View File

@ -216,6 +216,18 @@ small {
}
}
.figure-video {
width: 100%;
margin: 0;
margin-bottom: 20px;
video {
display: block;
margin-left: auto;
margin-right: auto;
}
}
.figure-float {
width: 33%;
margin: 10px;