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) {
|
||||
article {
|
||||
font-size: 22px;
|
||||
line-height: 28px;
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -405,6 +405,9 @@ article iframe {
|
|||
width: 80%;
|
||||
aspect-ratio: 4/2.5;
|
||||
}
|
||||
article iframe{
|
||||
margin:2rem;
|
||||
}
|
||||
|
||||
article>section>a {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue