We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adc14cb + a491a55 commit 219d960Copy full SHA for 219d960
appointment/__init__.py
@@ -6,5 +6,5 @@
6
__url__ = "https://github.com/adamspd/django-appointment"
7
__package_website__ = "https://django-appt.adamspierredavid.com/"
8
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
9
-__version__ = "3.7.1"
+__version__ = "3.7.2"
10
__test_version__ = False
appointment/static/css/verification_code.css
@@ -3,8 +3,7 @@
3
display: flex;
4
justify-content: center;
5
align-items: center;
- min-height: 100vh;
- background-color: #f0f2f5;
+ min-height: 60vh;
padding: 20px;
}
0 commit comments