Add footer and update style
This commit is contained in:
@@ -8,9 +8,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
padding: 1rem;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background-color: #F2F2F2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer q {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer small {
|
||||||
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orientation-modal {
|
.orientation-modal {
|
||||||
|
|||||||
+9
-1
@@ -797,7 +797,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
|
<q>
|
||||||
|
<i>
|
||||||
|
Les génération futures se doivent de continuer le combat, avec les moyens qu'elles ont maintenant à leur disposition,
|
||||||
|
et le mener à son terme, de telle sorte qu'un jour notre pays et les Guadeloupéens soient libérés des ventouses tentaculaires
|
||||||
|
et séculaires qu'est le colonialisme français.
|
||||||
|
</i>
|
||||||
|
</q>
|
||||||
|
<br>
|
||||||
|
<small>Serge GLAUDE (Co-fondateur du GONG)</small>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="./js/main.js"></script>
|
<script src="./js/main.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user