first commit
This commit is contained in:
19
static/css/custom.css
Normal file
19
static/css/custom.css
Normal file
@@ -0,0 +1,19 @@
|
||||
/* 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user