Files
NancyPortfolio/static/css/custom.css
JamesFlare1212 9e54cceae7 first commit
2024-03-26 22:04:45 -04:00

19 lines
231 B
CSS

/* your styles go here */
.row {
display: flex;
justify-content: center;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.box {
margin: 0 auto;
}
audio {
width: 100%;
}