29 lines
No EOL
499 B
CSS
29 lines
No EOL
499 B
CSS
@import "base.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;
|
|
}
|
|
} |