mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:57:49 +01:00
Improvements owowowowowo
This commit is contained in:
parent
65cbff2bee
commit
3f6e5db5f8
1 changed files with 9 additions and 4 deletions
|
@ -51,7 +51,7 @@ a {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-stretch: expanded;
|
font-stretch: expanded;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
width: max-content;
|
width: 39em;
|
||||||
font-family: "PokeTube Flex";
|
font-family: "PokeTube Flex";
|
||||||
border: #7c44a0;
|
border: #7c44a0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -118,9 +118,9 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1400px) {
|
@media screen and (min-width: 1350px) {
|
||||||
.video-info-panel.gradient {
|
.video-info-panel.gradient {
|
||||||
width: 60em;
|
width: 57em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,9 +130,14 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 1400px) {
|
||||||
|
.video-info-panel.gradient {
|
||||||
|
width: 60em;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media screen and (min-width: 1600px) {
|
@media screen and (min-width: 1600px) {
|
||||||
.video-info-panel.gradient {
|
.video-info-panel.gradient {
|
||||||
width: 72em;
|
width: 73em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue