aboutsummaryrefslogtreecommitdiff
path: root/sass/_text.scss
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-22 00:07:05 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-22 00:07:05 +0100
commit719c8cf49309890ad82ef0cf9b87aeed299b6777 (patch)
tree3f5789685f5818e9c9f15baa1f480e97e23e4df3 /sass/_text.scss
parent73d4b846ec6976acd0abf53f28144823183fdfbd (diff)
downloadguide.deuxfleurs.fr-719c8cf49309890ad82ef0cf9b87aeed299b6777.tar.gz
guide.deuxfleurs.fr-719c8cf49309890ad82ef0cf9b87aeed299b6777.zip
Tentative 1 for Mobile navigation menu
Diffstat (limited to 'sass/_text.scss')
-rw-r--r--sass/_text.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/sass/_text.scss b/sass/_text.scss
index 329017b..eb52d51 100644
--- a/sass/_text.scss
+++ b/sass/_text.scss
@@ -1,14 +1,16 @@
.heading-text {
font-family: "Fira Sans", sans-serif;
- font-size: 32px;
+ font-size: 2em;
font-weight: 600;
+ line-height: 1.2em;
padding: 10px 0 25px 0;
color: var(--secondary-text-color);
}
h1, .title-text {
font-family: "Fira Sans", sans-serif;
- font-size: 25px;
+ font-size: 1.8em;
+ line-height: 1.2em;
font-weight: 500;
color: var(--secondary-text-color);
border-left: var(--primary-color) 8px solid;
@@ -17,7 +19,7 @@ h1, .title-text {
h2, .title-text {
font-family: "Fira Sans", sans-serif;
- font-size: 25px;
+ font-size: 1.5em;
font-weight: 500;
color: var(--secondary-text-color);
border-left: #aaa 8px solid;
@@ -26,14 +28,14 @@ h2, .title-text {
h3, .subtitle-text {
font-family: "Fira Sans", sans-serif;
- font-size: 20px;
+ font-size: 1.3em;
font-weight: 500;
color: var(--secondary-text-color);
}
.text {
font-family: "Fira Sans", sans-serif;
- font-size: 18px;
+ font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.2px;