Fix background URL

This commit is contained in:
JosephK 2018-02-28 17:54:59 +01:00
parent dd91b4107c
commit be320a57d0

View file

@ -63,7 +63,7 @@ p {
/* Sections background */ /* Sections background */
body { body {
background: #211F20 url('/network.png') top center no-repeat; background: #211F20 url('../network.png') top center no-repeat;
} }
body .content .container { body .content .container {
@ -87,7 +87,7 @@ body .medias .container {
} }
.medias { .medias {
background-image: url('/player-peertube-flou.jpg'); background-image: url('../player-peertube-flou.jpg');
background-size: cover; background-size: cover;
padding-top: 30px; padding-top: 30px;
padding-bottom: 50px; padding-bottom: 50px;
@ -96,21 +96,21 @@ body .medias .container {
} }
.install { .install {
background: #737373 url('/network-o.png') top center; background: #737373 url('../network-o.png') top center;
background-image: url('/player-peertube-flou.jpg'); background-image: url('../player-peertube-flou.jpg');
background-size: cover; background-size: cover;
} }
.getting-started { .getting-started {
background: #F1680D url('/network-o.png') center center; background: #F1680D url('../network-o.png') center center;
} }
.why { .why {
background: #F1680D url('/network.png') center center; background: #F1680D url('../network.png') center center;
} }
.how-it-works { .how-it-works {
background: #737373 url('/network-o.png') center center; background: #737373 url('../network-o.png') center center;
} }
/* Navbar */ /* Navbar */