diff options
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> |
