diff --git a/homepage/Dockerfile b/homepage/Dockerfile index 055cf4c..a766deb 100644 --- a/homepage/Dockerfile +++ b/homepage/Dockerfile @@ -5,4 +5,5 @@ COPY website /usr/share/nginx/html EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"] + diff --git a/homepage/website/styles.css b/homepage/website/styles.css index 3a7e46e..18a275d 100644 --- a/homepage/website/styles.css +++ b/homepage/website/styles.css @@ -2,7 +2,7 @@ body { height: 100%; font-family: 'Roboto', sans-serif; margin: 0; - padding: 0; + padding-bottom: 5%; color: #333333; line-height: 1.6; } @@ -123,6 +123,7 @@ header nav ul li a { background: #f4f4f4; text-align: center; padding: 60px 0; + padding-bottom: 60px; } .sub-section h1 { @@ -155,6 +156,7 @@ footer { position: fixed; bottom: 0; width: 100%; + height: 5%; background: #333333; color: #ffffff; text-align: center; @@ -173,4 +175,4 @@ footer .social-media a:hover { footer p { margin: 0; -} \ No newline at end of file +}