mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Make tall images a little less tall on smaller screens
This commit is contained in:
parent
cd121b9969
commit
57cac8378f
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ article, section {
|
|||
}
|
||||
video, img {
|
||||
max-width: 100%;
|
||||
max-height: 75vh;
|
||||
max-height: 50vh;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue