diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-09-02 15:17:33 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-09-02 15:17:33 -0700 |
commit | 83efbba7cec3e2ef564fa1ef149cedf5bc859f02 (patch) | |
tree | 102d40a6e39d1d0a532b0ea1f5f98733bf85afc0 /yt_search_results_template.html | |
parent | 9d8cbd2b77db8449e71aae5815a31f0436da769e (diff) | |
download | yt-local-83efbba7cec3e2ef564fa1ef149cedf5bc859f02.tar.lz yt-local-83efbba7cec3e2ef564fa1ef149cedf5bc859f02.tar.xz yt-local-83efbba7cec3e2ef564fa1ef149cedf5bc859f02.zip |
fix header on other pages
Diffstat (limited to 'yt_search_results_template.html')
-rw-r--r-- | yt_search_results_template.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yt_search_results_template.html b/yt_search_results_template.html index b338009..c2e99f7 100644 --- a/yt_search_results_template.html +++ b/yt_search_results_template.html @@ -11,10 +11,6 @@ display:grid; grid-template-columns: 3fr 1fr; } - - header{ - grid-template-columns: 3fr 1fr; - } #left{ grid-column: 1; |