Manual: Shrink image if too wide for screen
This commit is contained in:
parent
25fe0fc3c3
commit
651bccb186
@ -102,4 +102,7 @@ h6 {
|
||||
}
|
||||
img {
|
||||
border: 2px solid #333333;
|
||||
/* Auto-shrink image if too wide for the screen */
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user