diff --git a/files/nginx/index.html b/files/nginx/index.html
index 3edfb20..c19a6f9 100644
--- a/files/nginx/index.html
+++ b/files/nginx/index.html
@@ -29,6 +29,7 @@
align-items: center;
justify-content: center;
text-align: center;
+ flex-direction: column;
}
*, *:active, *:focus, *:hover, *:visited, *:link {
@@ -40,6 +41,12 @@
width: 50%;
}
+ ul {
+ font-size: 1.5rem;
+ list-style-type: none;
+ padding-left: 0;
+ }
+
p {
margin-bottom: 0px;
margin-top: 0px;
@@ -51,12 +58,9 @@
}
footer {
+ color: #555555 !important;
margin-top: 50px;
}
-
- footer * {
- color: #555555;
- }