mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 07:58:05 +01:00
margin imprv :3
This commit is contained in:
parent
24332015ad
commit
41b2a7e520
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue