mirror of
https://github.com/welpo/tabi.git
synced 2025-12-15 04:08:43 +01: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;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1000px) {
|
@media only screen and (max-width: 1000px) {
|
||||||
.content {
|
.content {
|
||||||
max-width: var(--normal-layout-width);
|
max-width: var(--normal-layout-width);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue