diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-18 18:26:13 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-18 18:26:13 -0700 |
commit | 70d2cff81760a5bfd2d8f54349cd96d50df5f320 (patch) | |
tree | 77ad021cc575fc2ee4323edb0f3ac474d160d44d | |
parent | 7f3ca7ee498fe0da2975750fc4864f5f8885165b (diff) | |
download | yt-local-70d2cff81760a5bfd2d8f54349cd96d50df5f320.tar.lz yt-local-70d2cff81760a5bfd2d8f54349cd96d50df5f320.tar.xz yt-local-70d2cff81760a5bfd2d8f54349cd96d50df5f320.zip |
Layout: Center header content
-rw-r--r-- | youtube/static/shared.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css index f3e30cb..415296a 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -24,6 +24,7 @@ body{ height: 50px; display: flex; + justify-content: center; } #home-link{ |