male zmiany w css

This commit is contained in:
Mateusz Gruszczyński
2025-02-25 22:52:16 +01:00
parent 16c9a75253
commit d4ff3ff635
3 changed files with 49 additions and 14 deletions

View File

@ -199,6 +199,25 @@
.btn-logout {
color: #fff;
}
html, body {
height: 100%;
overflow: hidden; /* Uniknięcie przewijania na dużych ekranach */
}
.container {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.full-height-row {
display: flex;
align-items: center;
justify-content: center;
min-height: calc(100vh - 56px);
}
</style>
{% block head %}{% endblock %}