mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 02:37:49 +01:00
margin-left:24px;
This commit is contained in:
parent
c75ee0c35a
commit
def126448f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue