mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
📱 feature: responsive (and centered) images
This commit is contained in:
parent
799b31d403
commit
78572af056
1 changed files with 5 additions and 0 deletions
|
@ -174,6 +174,11 @@ p {
|
|||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.content {
|
||||
max-width: var(--normal-layout-width);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue