1
Fork 0

margin imprv :3

This commit is contained in:
Ashley 2022-11-29 21:26:50 +00:00
parent 24332015ad
commit 41b2a7e520

View file

@ -91,6 +91,7 @@ a {
background-color: #1c1c1c; background-color: #1c1c1c;
border-radius: 25px; border-radius: 25px;
margin: 10px; margin: 10px;
margin-top: 0px;
margin-right: 10px; margin-right: 10px;
height: fit-content; height: fit-content;
justify-self: center; justify-self: center;
@ -116,7 +117,7 @@ a {
#8e6f7e 100% #8e6f7e 100%
); );
display: block; display: block;
margin: 0px 0 0px -2px; margin: 0px 0 0px -3px;
justify-self: left; justify-self: left;
} }