diff --git a/src/index.html b/src/index.html
index c410652..f6db7fb 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,11 +1,12 @@
+
- GitHub Pull Request Flow Course
-
+ GitHub Flow Course
+
@@ -16,16 +17,6 @@
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/styles.css b/src/styles.css
index 5039065..801a0c0 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -4,40 +4,9 @@ body {
}
.header {
- height: 49px;
+ height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid black;
}
-
-.footer {
- height: 49px;
- display: flex;
- justify-content: center;
- align-items: center;
- border-top: 1px solid black;
-}
-
-.content {
- min-height: calc(100vh - 140px);
- width: 760px;
- max-width: 100%;
- margin: auto;
- padding: 20px;
-}
-
-.section {
- height: 450px;
- width: 100%;
- margin-top: 20px;
- display: flex;
- justify-content: center;
- align-items: center;
- border: 1px solid black;
-}
-
-.section:first-child {
- margin-top: 0;
-}
-