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;
|
||||
}
|
||||
.footer-top {
|
||||
width: 700px;
|
||||
text-align: center;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: fit-content;
|
||||
flex-direction: column;
|
||||
}
|
||||
.footer-bottom {
|
||||
width: fit-content;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
/* Org Stuff */
|
||||
|
|
Loading…
Add table
Reference in a new issue