Files
freeCodeCamp/client/src/templates/Challenges/project/project.css

10 lines
176 B
CSS

.project-show-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 960px;
margin: 0 auto;
padding: 0 15px;
}