Player style fixes

This commit is contained in:
Fabio Manganiello 2018-01-29 21:18:31 +01:00
parent 90f49b0964
commit 07219bef89
1 changed files with 3 additions and 2 deletions

View File

@ -6,9 +6,10 @@ body {
header { header {
width: 100%; width: 100%;
background: rgba(230,230,230,0.6); background: #f4f5f6;
padding: 25px; padding: 25px;
margin: -10px 10px 30px -10px; margin: -10px 10px 35px -10px;
border-bottom: 1px solid #e1e4e8;
} }
.logo { .logo {