mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
fix a silly css issue
This commit is contained in:
parent
a949a25547
commit
bb79064b06
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ a {
|
|||
}
|
||||
|
||||
.video-info-panel.gradient {
|
||||
padding: 10px;
|
||||
padding: 12px;
|
||||
border-radius: 11px;
|
||||
background-image: linear-gradient(
|
||||
135deg,
|
||||
|
@ -151,7 +151,7 @@ a {
|
|||
border-radius: 35px;
|
||||
font-family: Inter;
|
||||
clear: both;
|
||||
margin-top: 18px;
|
||||
margin-top: 1.1em;
|
||||
padding: 4.5px;
|
||||
background: #0009;
|
||||
margin-right: -13px;
|
||||
|
|
Loading…
Reference in a new issue