diff options
-rw-r--r-- | youtube/static/shared.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css index 3624272..382f86c 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -17,6 +17,8 @@ body{ background-color:#cccccc; min-height:100vh; + display: flex; + flex-direction: column; } header{ @@ -99,7 +101,7 @@ body{ } main{ - grid-row: 2; + flex-grow: 1; } |