add titles and other edit fixes
This commit is contained in:
parent
21db49fe48
commit
b4529aaab3
2 changed files with 20 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue