ajout bouton artstation
All checks were successful
All checks were successful
This commit is contained in:
parent
d51f0627cc
commit
7688d1d8d9
@ -64,9 +64,13 @@
|
||||
<img class="icone icone-son" aria-hidden="true" src="vector/sound-off.svg">
|
||||
</a>
|
||||
|
||||
<a id="youtube-link" class="master_button" href="https://vimeo.com/user59930690">
|
||||
<a id="vimeo-link" class="master_button" href="https://vimeo.com/user59930690">
|
||||
<i class="fa fa-vimeo fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
||||
<a id="artstation-link" class="master_button" href="https://www.artstation.com/maxspiegel">
|
||||
<i class="fa fa-artstation fa-2x" aria-hidden="true"></i>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<section class="bg-primary" id="about">
|
||||
|
@ -22,9 +22,12 @@ header.masthead {
|
||||
#video-sound {
|
||||
right: 2rem;
|
||||
}
|
||||
#youtube-link {
|
||||
#vimeo-link {
|
||||
left: 2rem;
|
||||
}
|
||||
#artstation-link {
|
||||
left: 4rem;
|
||||
}
|
||||
.icone {
|
||||
width: 1.1rem;
|
||||
height: 1rem;
|
||||
@ -63,9 +66,12 @@ header.masthead {
|
||||
#video-sound {
|
||||
right: 4rem;
|
||||
}
|
||||
#youtube-link {
|
||||
#vimeo-link {
|
||||
left: 4rem;
|
||||
}
|
||||
#artstation-link {
|
||||
left: 6rem;
|
||||
}
|
||||
.icone {
|
||||
width: 2.2rem;
|
||||
height: 2rem;
|
||||
|
Loading…
Reference in New Issue
Block a user