fit content
This commit is contained in:
parent
7a5b174a98
commit
7dfb618dbd
1 changed files with 8 additions and 5 deletions
|
@ -77,13 +77,16 @@ a:hover {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.footer-top {
|
.footer-top {
|
||||||
width: 700px;
|
width: fit-content;
|
||||||
text-align: center;
|
|
||||||
z-index: 2;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
.footer-bottom {
|
||||||
|
width: fit-content;
|
||||||
|
z-index: 1;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Org Stuff */
|
/* Org Stuff */
|
||||||
|
|
Loading…
Add table
Reference in a new issue