Browse Source

Mise à jour de styles

Lou 3 years ago
parent
commit
5807b25ce7

+ 2
- 1
src/components/header/index.jsx View File

@@ -30,7 +30,8 @@ const Header = () => {
30 30
 							projets numériques.
31 31
 						</p>
32 32
 						<p className="hero-highlight">
33
-							Demandez nous un devis, nous vous en moins de 24 heures.
33
+							Demandez nous un devis, nous vous répondrons en moins de 24
34
+							heures.
34 35
 						</p>
35 36
 					</div>
36 37
 					<BtnContact>Écrivez-nous !</BtnContact>

+ 4
- 1
src/components/header/index.scss View File

@@ -14,7 +14,6 @@ header {
14 14
 	.hero {
15 15
 		display: flex;
16 16
 		flex-direction: column;
17
-		align-items: center;
18 17
 		justify-content: center;
19 18
 		padding-bottom: 10rem;
20 19
 		width: 100%;
@@ -34,7 +33,11 @@ header {
34 33
 			color: $dark;
35 34
 
36 35
 			.hero-text {
36
+				display: flex;
37
+				flex-direction: column;
38
+				align-items: center;
37 39
 				font-size: 1.3rem;
40
+				padding: 0 1.5rem;
38 41
 
39 42
 				.hero-paragraph {
40 43
 					line-height: 1.7rem;

+ 1
- 1
src/components/navbar/index.scss View File

@@ -7,9 +7,9 @@
7 7
 }
8 8
 
9 9
 nav {
10
-	padding: 0.5rem 2rem;
11 10
 	position: fixed;
12 11
 	z-index: 1;
12
+	margin-top: 1rem;
13 13
 	width: 100vw;
14 14
 	height: 3.5rem;
15 15
 	padding: 0;

+ 1
- 0
src/pages/services.jsx View File

@@ -9,6 +9,7 @@ const VosBesoins = () => {
9 9
 		<Layout>
10 10
 			<Seo title="Vos besoins" />
11 11
 			<div className="page-content">
12
+				<h2 className="page-title">Nos services</h2>
12 13
 				<section className="pages-sections">
13 14
 					<h3 className="section-title" id="web-dev">
14 15
 						Développement web

+ 1
- 2
src/scss/main.scss View File

@@ -51,9 +51,8 @@ main {
51 51
 }
52 52
 
53 53
 .page-content {
54
-	padding-top: 5rem;
55
-
56 54
 	.page-title {
55
+		padding-top: 5rem;
57 56
 		text-align: center;
58 57
 	}
59 58
 

Loading…
Cancel
Save