Start of using Attribute objects, rendering jpegphoto

This commit is contained in:
Deon George
2021-12-10 22:39:09 +11:00
parent dabca67fc8
commit 10a2d2161b
5 changed files with 20 additions and 52 deletions

5
public/css/custom.css vendored Normal file
View File

@@ -0,0 +1,5 @@
img.jpegphoto {
display:block;
max-width:100px;
height:100px;
}