Created
February 5, 2024 09:12
-
-
Save WganMe/3ec97262625e95bfc1608ef0926dd748 to your computer and use it in GitHub Desktop.
Custom CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.auth-card .form-check .form-check-input { | |
margin-left: 3px; | |
} | |
.form-check-input { | |
position: initial; | |
margin-top: auto; | |
margin-left: auto; | |
} | |
.login-options { | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment