mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:38:03 +01:00
new border radius to mobile :3
This commit is contained in:
parent
3d1e7ba388
commit
cf9a62ba12
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ body {
|
||||||
}
|
}
|
||||||
.new-button {
|
.new-button {
|
||||||
background:#0009;
|
background:#0009;
|
||||||
border-radius:2em;
|
border-radius:0.5em;
|
||||||
padding-right:1em;
|
padding-right:1em;
|
||||||
display:flex;
|
display:flex;
|
||||||
justify-content:center;
|
justify-content:center;
|
||||||
|
|
Loading…
Reference in a new issue