Ajout icône YouTube
This commit is contained in:
parent
98d7dd359a
commit
f24ba126c5
@ -188,7 +188,9 @@ header.masthead {
|
||||
position: absolute;
|
||||
bottom: 2rem; }
|
||||
header.masthead .video-sound {
|
||||
right: 1rem; }
|
||||
right: 4rem; }
|
||||
header.masthead .youtube-link {
|
||||
right: 8.5rem; }
|
||||
@media (min-width: 768px) {
|
||||
header.masthead {
|
||||
height: 100%; }
|
||||
|
File diff suppressed because one or more lines are too long
@ -69,11 +69,15 @@
|
||||
</video>
|
||||
|
||||
<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 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>
|
||||
|
||||
</header>
|
||||
|
@ -44,7 +44,10 @@ header.masthead {
|
||||
bottom: 2rem;
|
||||
}
|
||||
.video-sound {
|
||||
right: 1rem;
|
||||
right: 4rem;
|
||||
}
|
||||
.youtube-link {
|
||||
right: 8.5rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user