add titles and other edit fixes

This commit is contained in:
j 2021-10-10 16:25:17 +01:00
commit b4529aaab3
2 changed files with 20 additions and 5 deletions

View file

@ -1,6 +1,8 @@
#ascroll {
font-family: "Noton Sans";
width: 100vw;
width: 100%;
max-width: 1080px;
margin: auto;
h1 {
margin: 4px;
@ -13,17 +15,24 @@
.player {
position: absolute;
display: none;
width: 100vw;
width: 100%;
height: auto;
max-width: 1080px;
margin: auto;
//transition: opacity 0.4s;
}
.annotation {
.frame {
img {
width: 100vw;
width: 100%;
height: auto;
}
figcaption {
text-align: right;
padding-right: 4px;
font-size: 14px;
}
}
.text {
margin: 20px 20px;