mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 17:03:30 -05:00
10 lines
131 B
CSS
10 lines
131 B
CSS
.update-email-field {
|
|
display: flex;
|
|
gap: 1em;
|
|
align-items: center;
|
|
}
|
|
|
|
.update-email-field label {
|
|
margin-bottom: unset;
|
|
}
|