mirror of https://github.com/tycrek/ass
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
358 B
30 lines
358 B
#container {
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#content {
|
|
background-color: #151515;
|
|
border-radius: 24px;
|
|
}
|
|
|
|
#footer {
|
|
font-size-adjust: 0.3;
|
|
margin-left: 16px;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
img, video, audio {
|
|
max-height: 50vh;
|
|
}
|
|
|
|
figcaption strong {
|
|
font-weight: bold;
|
|
}
|