Fix du lien Github + Fix (probable) des FullWidth Mobile 1Blocker
This commit is contained in:
parent
49dc04ec25
commit
3a43fb1e6d
@ -94,13 +94,12 @@ div.hero-body {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.button.is-fullwidth-mobile {
|
||||
.button.is-fullw-mobile {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "icomoon";
|
||||
src: url("../font/fonts/icomoon.eot");
|
||||
|
@ -6984,7 +6984,7 @@ div.hero-body {
|
||||
padding-left: 5%; }
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.button.is-fullwidth-mobile {
|
||||
.button.is-fullw-mobile {
|
||||
display: flex;
|
||||
width: 100%; } }
|
||||
|
||||
|
@ -157,7 +157,7 @@
|
||||
<div class="columns btn-centered">
|
||||
<div class="column is-offset-1"></div>
|
||||
<div class="column is-3 hasContent">
|
||||
<a class="button is-large is-fullwidth-mobile" href="mailto:anthony@dumas.cc">
|
||||
<a class="button is-large is-fullw-mobile" href="mailto:anthony@dumas.cc">
|
||||
<span class="icon">
|
||||
<i class="fab icon-envelope-open"></i>
|
||||
</span>
|
||||
@ -165,7 +165,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="column is-3 hasContent">
|
||||
<a class="button is-large is-fullwidth-mobile" href="https://www.linkedin.com/in/anthonyyvondumas/"
|
||||
<a class="button is-large is-fullw-mobile" href="https://www.linkedin.com/in/anthonyyvondumas/"
|
||||
target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fab icon-linke-square"></i>
|
||||
@ -174,7 +174,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="column is-3 hasContent">
|
||||
<a class="button is-large is-fullwidth-mobile" href="https://t.me/adamas_FR" target="_blank">
|
||||
<a class="button is-large is-fullw-mobile" href="https://t.me/adamas_FR" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fab icon-teleg"></i>
|
||||
</span>
|
||||
@ -182,7 +182,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="column is-3 hasContent is-hidden-desktop">
|
||||
<a class="button is-large is-fullwidth-mobile" href="https://t.me/adamas_FR" target="_blank">
|
||||
<a class="button is-large is-fullw-mobile" href="https://github.com/AdamasFR" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fab icon-github-alt"></i>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user