From 77074d2789756dc34e2e1dfe6460a1ba42fbd7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 25 Feb 2025 23:00:21 +0100 Subject: [PATCH] male zmiany w css --- templates/login.html | 2 +- templates/register.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/login.html b/templates/login.html index 6973c88..bf6e70f 100644 --- a/templates/login.html +++ b/templates/login.html @@ -5,7 +5,7 @@ .full-height-row { min-height: calc(100vh - 56px) !important; align-items: flex-start; - padding-top: 15%; /* lub inna wartość, która odpowiada Twoim potrzebom */ + padding-top: 5%; /* lub inna wartość, która odpowiada Twoim potrzebom */ } } diff --git a/templates/register.html b/templates/register.html index 735d647..9f7175e 100644 --- a/templates/register.html +++ b/templates/register.html @@ -1,14 +1,14 @@ {% extends "base.html" %} {% block head %} + {% endblock %} {% block content %}