diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-27 10:36:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-27 10:36:00 -0500 |
commit | 2d9aca4b8b9b733f54af4a24b9c4b5961d78de1e (patch) | |
tree | d1ed0479871960ed3bfe7836330bb30da6bbd16d /youtube/static/home.css | |
parent | 65300003cd87619aba41ea6fe2fa1692b55b6742 (diff) | |
download | yt-local-2d9aca4b8b9b733f54af4a24b9c4b5961d78de1e.tar.lz yt-local-2d9aca4b8b9b733f54af4a24b9c4b5961d78de1e.tar.xz yt-local-2d9aca4b8b9b733f54af4a24b9c4b5961d78de1e.zip |
General theme: fix footer center
Diffstat (limited to 'youtube/static/home.css')
-rw-r--r-- | youtube/static/home.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/home.css b/youtube/static/home.css index 7138178..64180ea 100644 --- a/youtube/static/home.css +++ b/youtube/static/home.css @@ -203,7 +203,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; |