minor tweak to website

This commit is contained in:
whitney 2024-05-21 14:09:33 -07:00
parent 229a01c10b
commit d93dc05792
2 changed files with 6 additions and 3 deletions

View File

@ -5,4 +5,5 @@ COPY website /usr/share/nginx/html
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]

View File

@ -2,7 +2,7 @@ body {
height: 100%; height: 100%;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
margin: 0; margin: 0;
padding: 0; padding-bottom: 5%;
color: #333333; color: #333333;
line-height: 1.6; line-height: 1.6;
} }
@ -123,6 +123,7 @@ header nav ul li a {
background: #f4f4f4; background: #f4f4f4;
text-align: center; text-align: center;
padding: 60px 0; padding: 60px 0;
padding-bottom: 60px;
} }
.sub-section h1 { .sub-section h1 {
@ -155,6 +156,7 @@ footer {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 5%;
background: #333333; background: #333333;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
@ -173,4 +175,4 @@ footer .social-media a:hover {
footer p { footer p {
margin: 0; margin: 0;
} }