Skip to content

Commit

Permalink
login ui revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
huygensCortex committed Nov 25, 2023
1 parent 69bd1bd commit 631818d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,12 @@
border-radius: 3px;
width: 50%;
margin: auto;
position: relative;
top: 250px;
border-radius: 1%;
bottom: 250px;
box-shadow: 10px 10px 5px lightblue;
}


.sign-in-div {
position: relative;
top: 653px;
display: flex;
width: 50%;
margin: auto;
Expand Down
2 changes: 1 addition & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "layout.html" %}
{% block content %}
<div class="content-section">
<div class="content-section d-flex flex-column">
<form method="POST" action="">
{{ form.hidden_tag() }}
<fieldset class="form-group">
Expand Down

0 comments on commit 631818d

Please sign in to comment.