minor visual fixes
This commit is contained in:
parent
391f0fa48e
commit
4a7a3809db
1 changed files with 5 additions and 2 deletions
|
@ -301,8 +301,8 @@ article {
|
||||||
|
|
||||||
@media screen and (orientation:portrait) {
|
@media screen and (orientation:portrait) {
|
||||||
article {
|
article {
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
line-height: 28px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -405,6 +405,9 @@ article iframe {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
aspect-ratio: 4/2.5;
|
aspect-ratio: 4/2.5;
|
||||||
}
|
}
|
||||||
|
article iframe{
|
||||||
|
margin:2rem;
|
||||||
|
}
|
||||||
|
|
||||||
article>section>a {
|
article>section>a {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue