+
{{ title }}
{{ subtitle }}
diff --git a/src/components/Header/style.css b/src/components/Header/style.css
index 7efb899..d7e232d 100644
--- a/src/components/Header/style.css
+++ b/src/components/Header/style.css
@@ -1,4 +1,10 @@
-.title, .subtitle {
+.container {
+ color: #333;
+ font-family: Roboto, sans-serif;
+}
+
+.title,
+.subtitle {
margin: 0;
}
@@ -13,5 +19,4 @@
margin-top: 8px;
font-weight: 400;
- color: #333;
}
diff --git a/src/components/Preview/style.css b/src/components/Preview/style.css
index d9b411e..4a51e7c 100644
--- a/src/components/Preview/style.css
+++ b/src/components/Preview/style.css
@@ -1,5 +1,4 @@
.preview {
- all: initial;
position: relative;
display: block;
}
diff --git a/src/components/SectionContainer/style.css b/src/components/SectionContainer/style.css
index 0fd112f..a966e5c 100644
--- a/src/components/SectionContainer/style.css
+++ b/src/components/SectionContainer/style.css
@@ -12,6 +12,7 @@
color: #fff;
background-color: #333;
border-radius: 4px 4px 0 0;
+ font-family: Roboto, sans-serif;
text-transform: uppercase;
text-align: center;
}
diff --git a/src/components/Summary/style.css b/src/components/Summary/style.css
index 17676a8..281d9e5 100644
--- a/src/components/Summary/style.css
+++ b/src/components/Summary/style.css
@@ -1,3 +1,7 @@
+.container {
+ font-family: Roboto, sans-serif;
+}
+
.container h1 {
font-size: 24px;
}