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
78572af056
commit
06168d65be
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ p {
|
|||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue