diff --git a/public/img/udemy.webp b/public/img/udemy.webp
new file mode 100644
index 0000000..5f399ae
Binary files /dev/null and b/public/img/udemy.webp differ
diff --git a/src/components/About.js b/src/components/About.js
index d7e1f38..489224c 100644
--- a/src/components/About.js
+++ b/src/components/About.js
@@ -47,7 +47,7 @@ class About extends React.Component {
-
+
@@ -56,6 +56,9 @@ class About extends React.Component {
+
+
+
diff --git a/src/components/App.js b/src/components/App.js
index 1adc721..20d9821 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -11,11 +11,13 @@ const App = (props) => {
-
-
- } />
-
-
+
+
+
+ } />
+
+
+
);
diff --git a/src/components/css/App.css b/src/components/css/App.css
index c48ce48..91b8dcc 100644
--- a/src/components/css/App.css
+++ b/src/components/css/App.css
@@ -26,8 +26,15 @@ html, body {
flex-direction:column;
}
+.App .app-content {
+ height:100%;
+}
+
@media only screen and (max-width: 600px) {
.App {
flex-direction: column-reverse;
}
+ .App .app-content {
+ margin-bottom: 5.5rem;
+ }
}
\ No newline at end of file
diff --git a/src/components/css/Card.css b/src/components/css/Card.css
index 10962eb..b097ea8 100644
--- a/src/components/css/Card.css
+++ b/src/components/css/Card.css
@@ -13,9 +13,10 @@
}
.card .content {
- font-size:xx-large;
- margin-right: 2rem;
- margin-top: 2rem;
+ text-align:left;
+ font-size:xx-large;
+ margin-right: 2rem;
+ margin-top: 2rem;
}
.card img {
diff --git a/src/components/css/Github.css b/src/components/css/Github.css
index 9ddd34a..3738b7c 100644
--- a/src/components/css/Github.css
+++ b/src/components/css/Github.css
@@ -24,7 +24,7 @@
.repo .title {
color: #BF8D8C !important;
- font-size: 48px;
+ font-size: 28px;
margin-top: 10px;
font-weight:bold;
width:fit-content;
diff --git a/src/components/css/Intro.css b/src/components/css/Intro.css
index 11d1c56..8ad1497 100644
--- a/src/components/css/Intro.css
+++ b/src/components/css/Intro.css
@@ -2,7 +2,7 @@
opacity: 0;
transition: opacity 1s ease-in-out;
width:100vw;
- height:100vh;
+ height:100%;
display:flex;
flex-direction: column;
}
@@ -29,7 +29,7 @@
.intro .current {
z-index: 10;
opacity: 1;
- height:100vh;
+ height:100%;
width:100vw;
display: flex;
position:fixed;
@@ -47,7 +47,7 @@
display: flex;
position:fixed;
transition: opacity 500ms ease-out, height 500ms ease-out, top 500ms ease-out;
- top:100vh;
+ top:100%;
left:0;
justify-content: center;
align-items: center;
diff --git a/src/components/css/Navigation.css b/src/components/css/Navigation.css
index 9b93651..6a1b74b 100644
--- a/src/components/css/Navigation.css
+++ b/src/components/css/Navigation.css
@@ -55,11 +55,12 @@
@media only screen and (max-width: 600px) {
.Navigation {
- position: fixed;
+ position:fixed;
bottom:0;
left:0;
height: 5.5rem;
justify-content: space-around;
+ width:100vw;
}
.Navigation a, .Navigation button {
diff --git a/src/components/css/Theater.css b/src/components/css/Theater.css
index 1b49cce..0940f71 100644
--- a/src/components/css/Theater.css
+++ b/src/components/css/Theater.css
@@ -55,6 +55,11 @@
color: #CFCFBA !important;
}
+.theater-content h1 {
+ width:100%;
+ text-align:center;
+}
+
@media only screen and (max-width: 600px) {
.theater-content .description {
width: 80vw;