no idea what i'm doing
This commit is contained in:
parent
cff030d2a9
commit
c4f6a082c9
1 changed files with 4 additions and 5 deletions
|
@ -59,14 +59,13 @@ a:hover {
|
||||||
.footer {
|
.footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
width: 700px;
|
|
||||||
max-width: calc(100% - 20px);
|
|
||||||
text-align: center;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
justify-content: space-between;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-top {
|
.footer-top {
|
||||||
|
max-width: calc(100% - 20px);
|
||||||
|
width: 700px;
|
||||||
|
text-align: center;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -75,7 +74,7 @@ a:hover {
|
||||||
.footer-bottom {
|
.footer-bottom {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Org Stuff */
|
/* Org Stuff */
|
||||||
|
|
Loading…
Add table
Reference in a new issue