male zmiany w css
This commit is contained in:
@ -1,18 +1,25 @@
|
||||
{% extends "base.html" %}
|
||||
{% block head %}
|
||||
<style>
|
||||
@media (max-width: 576px) {
|
||||
<style>
|
||||
@media (max-width: 576px), (max-height: 600px) {
|
||||
.full-height-row {
|
||||
min-height: auto !important;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 577px) and (min-height: 600px) {
|
||||
.full-height-row {
|
||||
min-height: calc(100vh - 56px) !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="row full-height-row justify-content-center align-items-center" style="min-height: 100vh;">
|
||||
<div class="row full-height-row justify-content-center align-items-center">
|
||||
<div class="col-md-6">
|
||||
<div class="card shadow">
|
||||
<div class="card-header text-center">
|
||||
|
Reference in New Issue
Block a user