40 lines
No EOL
680 B
SCSS
40 lines
No EOL
680 B
SCSS
/////////
|
|
// POSTER
|
|
/////////
|
|
#poster {
|
|
width: 90vw;
|
|
margin-right: auto !important;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
div {
|
|
flex: 1 1 300px;
|
|
}
|
|
h1, h2, h3, h4 {
|
|
font-family: oldlondon, Helvetica, Arial, sans-serif;
|
|
text-transform: lowercase;
|
|
}
|
|
}
|
|
|
|
#poster img {
|
|
margin-top: 5px;
|
|
border-radius: 5px;
|
|
-moz-border-radius-topright: 9px;
|
|
-moz-border-radius-bottomright: 9px;
|
|
-webkit-border-top-right-radius: 9px;
|
|
-webkit-border-bottom-right-radius: 9px;
|
|
float: left;
|
|
padding-right: 5px;
|
|
width: 100%;
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
canvas {
|
|
overflow-x: hidden;
|
|
position: fixed;
|
|
top:0;
|
|
left:0;
|
|
height:100%;
|
|
width:100%;
|
|
z-index: -1;
|
|
} |