Skip to content

Commit 8cc9681

Browse files
committed
Corrects typo in CSS ID selector
Fixes a typo in the CSS ID selector for the inputs wrapper, ensuring that the styling is correctly applied to the element.
1 parent 5e4b998 commit 8cc9681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/scss/_login.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
gap: 60px;
7070
align-self: stretch;
7171

72-
#inputs-wrap {
72+
#inputsWrap {
7373
display: flex;
7474
flex-direction: column;
7575
justify-content: center;

0 commit comments

Comments
 (0)