Skip to content

Commit 219d960

Browse files
authored
Merge pull request #257 from adamspd/small-fix
small fix
2 parents adc14cb + a491a55 commit 219d960

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

appointment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
__url__ = "https://github.com/adamspd/django-appointment"
77
__package_website__ = "https://django-appt.adamspierredavid.com/"
88
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
9-
__version__ = "3.7.1"
9+
__version__ = "3.7.2"
1010
__test_version__ = False

appointment/static/css/verification_code.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
display: flex;
44
justify-content: center;
55
align-items: center;
6-
min-height: 100vh;
7-
background-color: #f0f2f5;
6+
min-height: 60vh;
87
padding: 20px;
98
}
109

0 commit comments

Comments
 (0)