mirror of
https://github.com/welpo/tabi.git
synced 2026-05-14 10:07:34 +02:00
📱 feature: responsive (and centered) images
This commit is contained in:
parent
78572af056
commit
06168d65be
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue