momangen/_sass/poster.scss
Set Hallstrom 36ea2436ea frontpage
2019-05-18 19:17:01 +02:00

47 lines
No EOL
767 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;
}
h2 {
font-size: 3em;
}
h3 {
font-size: 2.5em;
}
}
#poster img {
margin-top: 5px;
margin-bottom: 15px;
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;
}