finishing
This commit is contained in:
parent
b66a9d0d2c
commit
41a5ed92f1
5 changed files with 62 additions and 60 deletions
|
|
@ -67,8 +67,8 @@
|
|||
display: none;
|
||||
}
|
||||
.footer {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
backdrop-filter: blur(10px);
|
||||
background: transparent;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
.footer-links a {
|
||||
font-size: 0.9rem;
|
||||
|
|
@ -83,6 +83,13 @@
|
|||
.footer-text a:hover {
|
||||
color: #667eea !important;
|
||||
}
|
||||
.footer-text a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.footer-text {
|
||||
font-size: 0.8rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.legal-content {
|
||||
text-align: left;
|
||||
line-height: 1.6;
|
||||
|
|
@ -98,6 +105,9 @@
|
|||
.legal-content ul {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.main-container {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
</style>
|
||||
{% block extra_css %}{% endblock %}
|
||||
</head>
|
||||
|
|
@ -108,7 +118,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer mt-5 pt-4 border-top">
|
||||
<footer class="footer mt-5 pt-4">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue