mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-07 04:00:55 -04:00
11 lines
178 B
CSS
11 lines
178 B
CSS
#theme-settings-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#theme-settings-container .theme-label {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0;
|
|
}
|