Fix styles that accidentally got into production :D
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
/* position: absolute; */
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 60px; /* Set the fixed height of the footer here */
|
||||
line-height: 60px; /* Vertically center the text there */
|
||||
/* line-height: 60px; /* Vertically center the text there */ */
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@@ -30,5 +30,5 @@ footer .container .col .nav .nav-item {
|
||||
}
|
||||
|
||||
footer .lang-form {
|
||||
max-width: 10rem;
|
||||
margin: 1rem auto 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user