project-time-photo-roman mask-gratitude

This commit is contained in:
JamesFlare1212
2024-04-08 04:19:09 -04:00
parent 8e53536960
commit d656aa6657
15 changed files with 207 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ audio {
width: 100%;
margin-top: 8px;
margin-bottom: 8px;
max-width:768px;
margin-left: auto;
margin-right: auto;
display: block;
}
/* Details and Summary Styles */
@@ -78,4 +82,15 @@ th {
.atk-comment-count ul li::before {
content: '';
margin: 0px;
}
/* Video Styles */
video {
width: 100%;
margin-top: 8px;
margin-bottom: 8px;
max-width:768px;
margin-left: auto;
margin-right: auto;
display: block;
}