phantasma/app/static/css/partials/_ascroll.scss
2021-10-11 10:28:51 +01:00

44 lines
730 B
SCSS

#ascroll {
font-family: "Noton Sans";
width: 100%;
max-width: 1080px;
margin: auto;
h1 {
margin: 4px;
margin-top: 32px;
margin-bottom: 64px;
font-size: 24px;
letter-spacing: 1px;
font-weight: bold;
}
.player {
position: absolute;
display: none;
width: 100%;
height: auto;
max-width: 1080px;
margin: auto;
//transition: opacity 0.4s;
}
.annotation {
min-height: 100vh;
.frame {
img {
width: 100%;
height: auto;
}
figcaption {
text-align: right;
padding-right: 4px;
font-size: 14px;
}
}
.text {
margin: 20px 20px;
font-size: 22px;
line-height: 26px;
}
}
}