mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
qwq
This commit is contained in:
parent
db2900088a
commit
900f7289f1
1 changed files with 3 additions and 2 deletions
|
@ -51,12 +51,13 @@ a {
|
|||
margin-bottom: 20px;
|
||||
font-stretch: expanded;
|
||||
justify-self: center;
|
||||
width: 38em;
|
||||
width: max-content;
|
||||
font-family: "PokeTube Flex";
|
||||
border: #7c44a0;
|
||||
border-style: solid;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: static;
|
||||
}
|
||||
|
||||
.video-sub-info.description > .video-title {
|
||||
|
@ -217,7 +218,7 @@ a {
|
|||
}
|
||||
|
||||
.subscribe-button > a {
|
||||
color:black
|
||||
color: black;
|
||||
}
|
||||
|
||||
.video > .thumbnail > .video-length {
|
||||
|
|
Loading…
Reference in a new issue