This commit is contained in:
Aadil Ayub 2024-05-17 14:56:16 +05:00
commit c90ea495b3
3 changed files with 18 additions and 0 deletions

0
index.php Normal file
View File

6
style.css Normal file
View File

@ -0,0 +1,6 @@
/*
Theme Name: JETT
Author: Autonomic Co-op
Description: Full-site-editing wordpress theme for the Justice Equity, and Technology website
Tags: full-site-editing, block-patterns
*/

12
theme.json Normal file
View File

@ -0,0 +1,12 @@
{
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json",
"settings": {
"useRootPaddingAwareAlignments": true,
"appearanceTools": true,
"layout": {
"contentSize": "1480px",
"wideSize": "1760px"
}
}
}