Add profile shortcode

This commit is contained in:
James Panther
2024-08-29 10:35:24 +10:00
parent 6cbc0ccd63
commit b8a8f96010
7 changed files with 60 additions and 23 deletions
+4
View File
@@ -2162,6 +2162,10 @@ code {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}