feat: décalage sous-titre
parent
b2c14f264f
commit
e1b9724fdd
|
@ -33,7 +33,7 @@
|
|||
|
||||
<h1>Jalil Arfaoui</h1>
|
||||
|
||||
<p class="Centered" id="domain">Artisan logiciel : Création - Conseil - Formation</p>
|
||||
<p class="Centered" id="domain">Artisan logiciel <br> <span id="sous-titre">Création - Conseil - Formation</span></p>
|
||||
|
||||
<div class="Centered">
|
||||
|
||||
|
@ -105,6 +105,8 @@
|
|||
</p>
|
||||
</footer>
|
||||
|
||||
<link href="//static.cushionapp.com/availability.css" rel="stylesheet">
|
||||
<script src="//static.cushionapp.com/availability.js" data-user="a7b562d5-a046-45c3-a399-3e832cfdfad9"></script>
|
||||
<!-- Begin Google Analytics -->
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
|
|
@ -45,6 +45,10 @@ img#logo {
|
|||
width: 400px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#sous-titre {
|
||||
font-family: "ralewaylight", serif;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
p#contact{
|
||||
font-size: 1.3em;
|
||||
margin-top: 40px;
|
||||
|
|
Loading…
Reference in New Issue