Ajout icône YouTube
This commit is contained in:
parent
98d7dd359a
commit
f24ba126c5
@ -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
@ -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>
|
||||||
|
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user