Files
freeCodeCamp/packages/learn/src/pages/index.css
Stuart Taylor 15aae9a57c initial commit
2018-09-27 20:05:31 +05:30

7 lines
126 B
CSS

.index-page-wrapper {
display: flex;
/* width: calc(100vw - 340px); */
flex-direction: column;
align-items: center;
}