mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-26 04:01:17 -04:00
7 lines
126 B
CSS
7 lines
126 B
CSS
.index-page-wrapper {
|
|
display: flex;
|
|
/* width: calc(100vw - 340px); */
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
} |