mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 03:18:56 +01:00
fix widths :p
This commit is contained in:
parent
1b3d2b084a
commit
7e2d15f62d
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