From 64e292d18821b6bbe08f3839855070ba73c564c3 Mon Sep 17 00:00:00 2001
From: ooloo bot <66779420+ooloo-bot@users.noreply.github.com>
Date: Thu, 21 Dec 2023 18:11:42 +0100
Subject: [PATCH 1/2] Add top section
---
src/index.html | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/index.html b/src/index.html
index e6c0fcb..d4b4c14 100644
--- a/src/index.html
+++ b/src/index.html
@@ -4,8 +4,8 @@
- GitHub Flow Course
-
+ GitHub Pull Request Flow Course
+
@@ -16,7 +16,11 @@
-
+
+
+
From f141a4aa1b35dce1566bbfded409499003c7f6a3 Mon Sep 17 00:00:00 2001
From: ooloo bot <66779420+ooloo-bot@users.noreply.github.com>
Date: Thu, 21 Dec 2023 18:11:42 +0100
Subject: [PATCH 2/2] Style top section
---
src/styles.css | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/src/styles.css b/src/styles.css
index 42a3bae..6b8c645 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -4,7 +4,7 @@ body {
}
.header {
- height: 50px;
+ height: 49px;
display: flex;
justify-content: center;
align-items: center;
@@ -20,8 +20,18 @@ body {
}
.content {
- min-height: calc(100vh - 100px);
- width: 720px;
+ min-height: calc(100vh - 140px);
+ width: 760px;
max-width: 100%;
margin: auto;
+ padding: 20px;
+}
+
+.section {
+ height: 450px;
+ width: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ border: 1px solid black;
}
\ No newline at end of file