Ajout icône YouTube

This commit is contained in:
nyanloutre 2017-07-15 16:27:24 +02:00
parent 98d7dd359a
commit f24ba126c5
No known key found for this signature in database
GPG Key ID: 4177A74B460FAFD2
4 changed files with 14 additions and 5 deletions

View File

@ -188,7 +188,9 @@ header.masthead {
position: absolute; position: absolute;
bottom: 2rem; } bottom: 2rem; }
header.masthead .video-sound { header.masthead .video-sound {
right: 1rem; } right: 4rem; }
header.masthead .youtube-link {
right: 8.5rem; }
@media (min-width: 768px) { @media (min-width: 768px) {
header.masthead { header.masthead {
height: 100%; } height: 100%; }

File diff suppressed because one or more lines are too long

View File

@ -69,11 +69,15 @@
</video> </video>
<a class="btn btn-default btn-xl" href="#about"> <a class="btn btn-default btn-xl" href="#about">
<i class="fa fa-angle-down" aria-hidden="true"></i> <i class="fa fa-angle-down fa-2x" aria-hidden="true"></i>
</a> </a>
<a class="btn btn-default video-sound"> <a class="btn btn-default video-sound">
<i class="fa fa-volume-off" aria-hidden="true"></i> <i class="fa fa-volume-off fa-2x" aria-hidden="true"></i>
</a>
<a class="btn btn-default youtube-link" href="https://youtube.com">
<i class="fa fa-youtube fa-2x" aria-hidden="true"></i>
</a> </a>
</header> </header>

View File

@ -44,7 +44,10 @@ header.masthead {
bottom: 2rem; bottom: 2rem;
} }
.video-sound { .video-sound {
right: 1rem; right: 4rem;
}
.youtube-link {
right: 8.5rem;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
height: 100%; height: 100%;