fix responsive login

amanzano3ip 2021-05-27 10:00:09 +02:00
parent 0bb8878eef
commit 1bece452e0
2 changed files with 15 additions and 2 deletions

View File

@ -194,6 +194,13 @@ body {
box-shadow: none;
}
@media (max-width: 767px) {
.login-pf-page .card-pf {
min-width: inherit;
}
}
.form-control {
border-radius: 0;
border: 1px solid #ced4da;
@ -282,4 +289,8 @@ footer#page-footer .container2 {
footer#page-footer .container2 a {
color: #343a40;
}
}
footer#page-footer span.pipe {
margin: 0 6px;
}

View File

@ -150,7 +150,9 @@
<footer id="page-footer">
<div class="container2">
<div class="politics">
<a href="#">Resumen de retención de datos</a> | <a href="">Políticas de privacidad</a></span>
<a href="#">Resum de retenció de dades</a>
<span class="pipe">|</span>
<a href="#">Polítiques de privacitat</a>
</div>
</div>
</footer>