mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-10 06:52:51 +00:00
Update style in Nginx default page
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
*, *:active, *:focus, *:hover, *:visited, *:link {
|
*, *:active, *:focus, *:hover, *:visited, *:link {
|
||||||
@@ -40,6 +41,12 @@
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
list-style-type: none;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
@@ -51,12 +58,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
color: #555555 !important;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer * {
|
|
||||||
color: #555555;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Link: CSS -->
|
<!-- Link: CSS -->
|
||||||
|
Reference in New Issue
Block a user