diff --git a/css/styles.css b/css/styles.css index 0fdefd1..6b7aef3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -9,7 +9,8 @@ --primary-red: #FF0000; --primary-green: #008000; --primary-black: #000000; - --sidebar-bg: #f0f0f0; + --sidebar-bg: #f8f8f8; + --footer-bg: #f0f0f0; --main-bg: #ffffff; --text-color: #000000; --tag-bg: #f8f8f8; @@ -26,7 +27,7 @@ body { color: var(--text-color); background-color: var(--main-bg); display: flex; - flex-direction: row; + flex-direction: column; } .container { @@ -596,9 +597,12 @@ img { /* Footer */ .footer { margin-top: 40px; - padding: 30px 0; - background-color: var(--sidebar-bg); + padding: 30px 20px; + background-color: var(--footer-bg); text-align: center; + width: 100%; + box-sizing: border-box; + align-self: stretch; } .footer-logo { diff --git a/index.php b/index.php index e3ff72c..dc2542a 100644 --- a/index.php +++ b/index.php @@ -280,8 +280,8 @@ KA UBUNTU manifesto - + diff --git a/video.php b/video.php index 7442ba3..2d59d6f 100644 --- a/video.php +++ b/video.php @@ -308,9 +308,8 @@ if (empty($videoData) || isset($videoData['error'])) { - - +