Add 'image' view.

This commit is contained in:
Dermot Duffy
2021-10-16 21:02:07 -07:00
parent 3c20352891
commit 0d7c20b550
11 changed files with 97 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
img {
max-width: 100%;
display: block;
margin: auto;
}