Add image carousel

This commit is contained in:
technobaboo
2021-07-22 07:41:49 -05:00
parent 6da3279f19
commit e54920a523
4 changed files with 40 additions and 0 deletions

View File

@@ -38,4 +38,9 @@ ul.contains-task-list {
li.task-list-item > input[type="checkbox"] {
pointer-events: none;
}
.gallery {
margin: 0 auto;
max-width: 1250px;
}