Skip to content

Commit

Permalink
[about] Menus ajustements.
Browse files Browse the repository at this point in the history
- Retour au serif (retiré par erreur suite à une refactorisation)
- Ajustement de marges
  • Loading branch information
AmauryCarrade committed Sep 12, 2023
1 parent c0a4ea9 commit 716d698
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions assets/scss/pages/_about.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
@import "../variables/media-queries"


// Ce placeholder génère un bloc à fond coloré sur deux colonnes,
// par défaut en 2/5 – 3/5, pour les sections “technologies” et
// “légal”. On peut les configurer via les variables Sass en haut.
%about-two-columns
--article-color: #{$white}
--article-bg: #{$primary-800}
Expand Down Expand Up @@ -47,15 +50,18 @@
h3
margin-top: 0
margin-bottom: 0

font-size: $font-size-5
line-height: 1.2
color: var(--article-titles)

p
margin: $length-8 0
margin: $length-12 0
font-family: $font-serif

&:first-of-type
&, a
font-size: $font-size-8
font-size: $font-size-7

&.about-block-aside
&, a
Expand Down Expand Up @@ -109,6 +115,7 @@ section#about-page
grid-column: 1 / 3

> p
font-family: $font-serif
font-size: $font-size-8

&:first-child
Expand Down

0 comments on commit 716d698

Please sign in to comment.