mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 04:00:42 -04:00
9 lines
182 B
CSS
9 lines
182 B
CSS
.toggle-setting-container .form-group {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.toggle-setting-container .form-group label {
|
|
max-width: 50%;
|
|
} |