mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
make margin lower
This commit is contained in:
parent
99582b1a55
commit
19de1e7690
1 changed files with 1 additions and 2 deletions
|
@ -104,10 +104,9 @@ a {
|
|||
margin: 10px;
|
||||
margin-top: 0px;
|
||||
margin-left: 24px;
|
||||
margin-right: 10px;
|
||||
height: fit-content;
|
||||
justify-self: center;
|
||||
margin-right: -1.5em;
|
||||
margin-right: -0.9em;
|
||||
/* width: min-content;*/
|
||||
border: var(--div-border-color);
|
||||
border-style: solid;
|
||||
|
|
Loading…
Reference in a new issue