mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 12:04:29 -05:00
10 lines
176 B
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;
|
|
}
|