Commit 3d5def44f19f4c7c231804a3a122522cb5816eea

Authored by Adabriand Furtado
1 parent a1914a88
Exists in master

Ajuste no tamanho da tela do vídeo de referência.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
view/assets/css/main.css
... ... @@ -4,8 +4,9 @@
4 4 }
5 5  
6 6 .video-body {
7   - height: 50%;
  7 + height: 338px;
8 8 width: 85%;
  9 + background-color: #000000;
9 10 }
10 11  
11 12 .video-container {
... ...