Merge branch 'Lino' of https://github.com/IO420/Nexus into Carlos
This commit is contained in:
+7
-3
@@ -81,10 +81,10 @@ footer p {
|
||||
|
||||
.mainContainer {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: grid;
|
||||
grid-template-rows: 40px 1fr;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -439,6 +439,10 @@ table tr {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
footer p {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 960px) {
|
||||
|
||||
Reference in New Issue
Block a user