video proxy complete
This commit is contained in:
@ -10,6 +10,10 @@ body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.spacer-20 { margin: 20px 0 0 0; }
|
||||
.spacer-50 { margin: 50px 0 0 0; }
|
||||
.spacer-100{ margin: 100px 0 0 0; }
|
||||
|
||||
header{
|
||||
background: $dark; // url(/assets/img/bg/congruent_outline.png);
|
||||
color: $offwhite;
|
||||
@ -63,10 +67,15 @@ header a:hover {
|
||||
color: $accent_color;
|
||||
}
|
||||
|
||||
.poster img {
|
||||
.player {
|
||||
width: 100%;
|
||||
margin: 50px 0;
|
||||
}
|
||||
|
||||
.poster img {
|
||||
width: 100%;
|
||||
padding: 0 auto;
|
||||
}
|
||||
|
||||
.side-links {
|
||||
font-family: $accent_font;
|
||||
|
Reference in New Issue
Block a user