add catalog view

This commit is contained in:
plebeius.eth
2024-04-12 14:28:06 +02:00
parent 41c9141aaa
commit f124d03366
9 changed files with 230 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
.footer {
padding-top: 10px;
}
@media (max-width: 640px) {
.footer {
padding-left: 5px;
}
}