diff options
| author | Patrick | 2025-12-30 17:05:51 +0100 |
|---|---|---|
| committer | Patrick | 2025-12-30 17:05:51 +0100 |
| commit | 250098015582c69a2ad91988bcc39d672ef92e48 (patch) | |
| tree | b085a6e230163dbcd98b923b898dd3bb093fd2c3 /cgithub/head-include.html | |
| parent | 984e054e28eb8291da3cd4e9d2c20bfcb2223b60 (diff) | |
| download | ps-cgit-250098015582c69a2ad91988bcc39d672ef92e48.tar.gz ps-cgit-250098015582c69a2ad91988bcc39d672ef92e48.zip | |
css
Diffstat (limited to 'cgithub/head-include.html')
| -rw-r--r-- | cgithub/head-include.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cgithub/head-include.html b/cgithub/head-include.html index df6e059..aa952f5 100644 --- a/cgithub/head-include.html +++ b/cgithub/head-include.html @@ -11,6 +11,13 @@ .tab-folder > :last-child, .tab-folder > .tab-content:target { display: block; } +.blob-hash { + width: 100%; + max-width: 1280px; + box-sizing: border-box; + margin: var(--content-v-margin) auto; + margin-top: 0; margin-bottom: 0; +} </style> |
