diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-24 12:58:08 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-24 12:58:08 +0700 |
| commit | 0cf45df98d40b37faf7016fbd4eea844684cc712 (patch) | |
| tree | 66a58b5727b74b0ed9f06302f2d6cf7256b1e7c8 /_content/index.css | |
| parent | a7d27944ce6df4ae4688f517b2ea80f00a5ef805 (diff) | |
| download | kilabit.info-0cf45df98d40b37faf7016fbd4eea844684cc712.tar.xz | |
all: minimize the size of background image from 400k to 130k
Diffstat (limited to '_content/index.css')
| -rw-r--r-- | _content/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_content/index.css b/_content/index.css index 2f520a3..687bfc5 100644 --- a/_content/index.css +++ b/_content/index.css @@ -76,6 +76,8 @@ img.background { left: 0; z-index: -1; opacity: 0.1; + width: 920px; + margin: 0 0; } .topbar-left, |
