mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +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-style: solid;
|
||||
max-width: 371px;
|
||||
width: 371px;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.video-views {
|
||||
|
|
Loading…
Reference in a new issue