Skip to content

Commit

Permalink
Ajustement aux styles des titres.
Browse files Browse the repository at this point in the history
  • Loading branch information
MareveD committed Jul 11, 2024
1 parent 9b605df commit 7fee36c
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 39 deletions.
2 changes: 1 addition & 1 deletion a-propos.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="navigation">
<p class="menu-close"><i class="fa-solid fa-xmark"></i></p>
<div class="header-menu">
<a href="#" data-path="a-propos.html">À propos</a>
<a href="#" data-path="a-propos.html">à propos</a>
<a href="#" data-path="expertise.html">expertise</a>
<a href="#" data-path="portfolio.html">portfolio</a>
<a href="#" data-path="contact.html">contact</a>
Expand Down
33 changes: 17 additions & 16 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ body {
background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Prata', serif; margin-bottom: 0px;}
h1, h2, h3, h4, h5, h6 { font-family: 'Prata', serif; margin-bottom: 0px; text-transform: lowercase;}

h1 { font-size: 100px; }
h2 { font-size: 70px; }
Expand Down Expand Up @@ -778,24 +778,6 @@ section {
}
}

/* Page A Propos - Section Texte a gauche */
.section-texte.texte-gauche {
flex-direction: row;

.content {
padding-left: 120px;
}
}

/* Page A Propos - Section Texte a droite */
.section-texte.texte-droite {
flex-direction: row-reverse;

.content {
padding-right: 120px;
}
}

.soft-skills {
position: absolute;
display: flex;
Expand All @@ -820,6 +802,24 @@ section {
}
}

/* Page A Propos - Section Texte a gauche */
.section-texte.texte-gauche {
flex-direction: row;

.content {
padding-left: 120px;
}
}

/* Page A Propos - Section Texte a droite */
.section-texte.texte-droite {
flex-direction: row-reverse;

.content {
padding-right: 120px;
}
}

/* ------------------------------------------------------------ */

/* Page Contact */
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navigation">
<p class="menu-close"><i class="fa-solid fa-xmark"></i></p>
<div class="header-menu">
<a href="#" data-path="a-propos.html">À propos</a>
<a href="#" data-path="a-propos.html">à propos</a>
<a href="#" data-path="expertise.html">expertise</a>
<a href="#" data-path="portfolio.html">portfolio</a>
<a href="#" data-path="contact.html">contact</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2 class="section-title coul-accent">vous avez un projet en tête <br> ou des q
<div class="footer-content">
<div class="footer-menu">
<div class="menu">
<a href="#" data-path="a-propos.html">À propos</a>
<a href="#" data-path="a-propos.html">à propos</a>
<a href="#" data-path="expertise.html">expertise</a>
<a href="#" data-path="portfolio.html">portfolio</a>
<a href="#" data-path="contact.html">contact</a>
Expand Down

0 comments on commit 7fee36c

Please sign in to comment.