mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 03:58:05 +01:00
fix widths :p
This commit is contained in:
parent
2f45bc7a03
commit
42d24de4b4
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ a {
|
||||||
border: #7c44a0;
|
border: #7c44a0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
max-width: 371px;
|
max-width: 371px;
|
||||||
width: 371px;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-views {
|
.video-views {
|
||||||
|
|
Loading…
Reference in a new issue