diff options
Diffstat (limited to 'youtube/static/license.css')
-rw-r--r-- | youtube/static/license.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/license.css b/youtube/static/license.css index 69bb3ae..e632179 100644 --- a/youtube/static/license.css +++ b/youtube/static/license.css @@ -280,7 +280,7 @@ label[for=options-toggle-cbox] { .footer { display: grid; - grid-template-columns: repeat(3, auto); + grid-template-columns: repeat(3, 1fr); grid-column-gap: 2rem; align-items: center; justify-content: center; |