14 lines
No EOL
199 B
SCSS
14 lines
No EOL
199 B
SCSS
/////////
|
|
// POSTER
|
|
/////////
|
|
#poster {
|
|
width: 90vw;
|
|
margin-right: auto !important; }
|
|
|
|
#poster img {
|
|
margin-top: 5px;
|
|
border-radius: 3px;
|
|
float: left;
|
|
padding-right: 5px;
|
|
width: 50vw;
|
|
} |