male zmiany w css
This commit is contained in:
parent
b7d3b0a7e1
commit
967e1bee27
@ -199,7 +199,20 @@
|
||||
.btn-logout {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* Ustawienia globalne */
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
/* Wrapper głównej zawartości, który rośnie, aby wypełnić przestrzeń */
|
||||
.wrapper {
|
||||
flex: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% block head %}{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user