piekarnikgosipl/css/portfolio.css
2026-05-27 17:11:44 +02:00

27 lines
No EOL
478 B
CSS

.portfolio {
padding-top: 2rem;
& > header {
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
& > p {
margin: 0;
}
& > * {
text-align: center;
max-width: 40rem;
}
}
& > div:nth-child(2) {
display: flex;
align-items: center;
gap: 1rem;
justify-content: center;
padding: 3rem;
}
}