margin-left:24px;

This commit is contained in:
Ashley 2022-12-04 12:24:43 +00:00
parent c9a076c81f
commit e2b81091ce

View file

@ -104,6 +104,7 @@ a {
border-radius: 25px; border-radius: 25px;
margin: 10px; margin: 10px;
margin-top: 0px; margin-top: 0px;
margin-left:24px;
margin-right: 10px; margin-right: 10px;
height: fit-content; height: fit-content;
justify-self: center; justify-self: center;
@ -124,7 +125,6 @@ a {
border-radius: 11px; border-radius: 11px;
background-image: var(--div-gradient); background-image: var(--div-gradient);
display: block; display: block;
margin: 0px 0 0px -3px;
box-sizing:border-box; box-sizing:border-box;
min-width:100%; min-width:100%;
} }
@ -295,3 +295,4 @@ a {
border-left: 1px solid gray; border-left: 1px solid gray;
height: 15px; height: 15px;
} }