1
Fork 0

add -moz- to fit content

This commit is contained in:
Ashley 2022-12-10 19:58:54 +00:00
parent 90aedc660a
commit 4a1ac12e11

View file

@ -104,6 +104,7 @@ a {
margin: 10px;
margin-top: 0px;
margin-left: 24px;
height: -moz-fit-content;
height: fit-content;
justify-self: center;
margin-right: -0.9em;
@ -185,6 +186,8 @@ a {
margin-right: -13px;
width: fit-content;
height: fit-content;
width: -moz-fit-content;
height: -moz-fit-content;
border-radius: 43px;
font-size: 15px;
margin-right: auto;
@ -202,6 +205,8 @@ a {
flex-direction: row;
column-gap: 3px;
height: min-content;
width: -moz-fit-content;
width: fit-content;
text-align: right;
margin-left: auto;