move footer
This commit is contained in:
+8
-4
@@ -9,7 +9,8 @@
|
|||||||
--primary-red: #FF0000;
|
--primary-red: #FF0000;
|
||||||
--primary-green: #008000;
|
--primary-green: #008000;
|
||||||
--primary-black: #000000;
|
--primary-black: #000000;
|
||||||
--sidebar-bg: #f0f0f0;
|
--sidebar-bg: #f8f8f8;
|
||||||
|
--footer-bg: #f0f0f0;
|
||||||
--main-bg: #ffffff;
|
--main-bg: #ffffff;
|
||||||
--text-color: #000000;
|
--text-color: #000000;
|
||||||
--tag-bg: #f8f8f8;
|
--tag-bg: #f8f8f8;
|
||||||
@@ -26,7 +27,7 @@ body {
|
|||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
background-color: var(--main-bg);
|
background-color: var(--main-bg);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@@ -596,9 +597,12 @@ img {
|
|||||||
/* Footer */
|
/* Footer */
|
||||||
.footer {
|
.footer {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
padding: 30px 0;
|
padding: 30px 20px;
|
||||||
background-color: var(--sidebar-bg);
|
background-color: var(--footer-bg);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
align-self: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-logo {
|
.footer-logo {
|
||||||
|
|||||||
@@ -280,8 +280,8 @@
|
|||||||
|
|
||||||
<img src="img/ka-ubuntu-manifesto.png" alt="KA UBUNTU manifesto" class="info-image">
|
<img src="img/ka-ubuntu-manifesto.png" alt="KA UBUNTU manifesto" class="info-image">
|
||||||
</div>
|
</div>
|
||||||
<?php include 'includes/footer.php'; ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
<?php include 'includes/footer.php'; ?>
|
||||||
<?php include 'includes/mobile-menu.php'; ?>
|
<?php include 'includes/mobile-menu.php'; ?>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||||
<script src="js/main.js"></script>
|
<script src="js/main.js"></script>
|
||||||
|
|||||||
@@ -308,9 +308,8 @@ if (empty($videoData) || isset($videoData['error'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php include 'includes/footer.php'; ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
<?php include 'includes/footer.php'; ?>
|
||||||
<?php include 'includes/mobile-menu.php'; ?>
|
<?php include 'includes/mobile-menu.php'; ?>
|
||||||
|
|
||||||
<!-- Modal de téléchargement -->
|
<!-- Modal de téléchargement -->
|
||||||
|
|||||||
Reference in New Issue
Block a user