diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-28 22:07:06 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-28 22:07:06 +0500 |
| commit | 3b3abd09de817b33b3ff574a1ea7d25a2cf5de20 (patch) | |
| tree | 400a1681e45469a916cc45fe5ff7c0f04f496161 /public/static | |
| parent | b16ba03a742c596566fa222a17127e597bd0221d (diff) | |
feat: icons
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/favicon.ico | bin | 0 -> 1150 bytes | |||
| -rw-r--r-- | public/static/img/brand/big.webp | bin | 0 -> 6284 bytes | |||
| -rw-r--r-- | public/static/style.css | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/public/static/favicon.ico b/public/static/favicon.ico Binary files differnew file mode 100644 index 0000000..295d6df --- /dev/null +++ b/public/static/favicon.ico diff --git a/public/static/img/brand/big.webp b/public/static/img/brand/big.webp Binary files differnew file mode 100644 index 0000000..82ca60d --- /dev/null +++ b/public/static/img/brand/big.webp diff --git a/public/static/style.css b/public/static/style.css index 9762b38..be8d5e3 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -32,6 +32,7 @@ main { display: flex; flex-direction: column; gap: 8px; + padding: 8px 0; } footer { |
