mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:58:25 +01:00
margin imprv :3
This commit is contained in:
parent
842a4f774f
commit
e6a8d9ec36
1 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,7 @@ a {
|
|||
background-color: #1c1c1c;
|
||||
border-radius: 25px;
|
||||
margin: 10px;
|
||||
margin-top: 0px;
|
||||
margin-right: 10px;
|
||||
height: fit-content;
|
||||
justify-self: center;
|
||||
|
@ -116,7 +117,7 @@ a {
|
|||
#8e6f7e 100%
|
||||
);
|
||||
display: block;
|
||||
margin: 0px 0 0px -2px;
|
||||
margin: 0px 0 0px -3px;
|
||||
justify-self: left;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue