This commit is contained in:
phoenixbyrd
2020-08-20 09:06:44 -05:00
parent 3c4fcf9037
commit 39c460377e
2 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<title>Twister OS</title>
</head>
<body>
<main>
<!--Navbar-->
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
@@ -124,7 +124,7 @@
</div>
</div>
</div>
</main>
<!--/.Content-->
<!-- Footer -->

View File

@@ -96,12 +96,16 @@
/* CSS - All Pages*/
html, body {
height: 100% !important;
background-color: #2D2C8A !important;
color: antiquewhite !important;
line-height: 1.8 !important;
}
main {
height: 100%;
}
nav > img {
margin-right: 35%;
margin-left: -5%;
@@ -116,7 +120,7 @@ a {
footer p{
display: block;
position: fixed;
position: relative;
bottom: 0;
margin: auto;
width: 100%;